Minimizing Treenode redrawing?
Tendy
1
Reputation point
I ask this on stackover flow but this might be a more appropite place to post
After working with this treeview below I noticed that when I comment out Application.EnableVisualStyles(); the tree node are drawn significantly less which reduces flickering. I would do this however this changes the whole style of the application which is not something I want. I was wondering if anyone knows how disable that event or if there is a style setting that I could change on the treeview to cause the nodes only to be redrawn on selection and creation. Thanks https://pastebin.com/EKXQW4fw
Sign in to answer