c# - Can I virtualize my own UserControl? -


i have own usercontrol hundreds of displayed in grid. have profiled code , found time being taken

myusercontrol.initializecomponent(),  

i.e. creating each 1 of myusercontrol's.

ui virtualization perfect solution, i.e. not creating control until visible, because of controls off screen. these controls not live in itemscontrol there anyway in wpf?


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -