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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -