c# - Anyway to duplicate a control? -


say have listview control in tabpage1 has preset property. possible copy values , put tabpage2?

i using stupid method, is

newlistview1.size=listview1.size newlistview1.color=listview1.color etc 

you can using system.reflection

it possible copy properties of control? (c# window forms)

hope helps


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

how to receive file in java(servlet/jsp) -