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

jQuery Mobile app not scrolling in Firefox -

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

php array slice every 2th rule -