Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>We are also in a similar situation, we tried using Syncfusion tree-view and it was pathetic. As we didn't had the choice of any other 3'rd party control and no better solution was available, We finally settled with Virtualization and Load on demand(Lazy loading) together.</p> <p>As in our case, generally all nodes won't be expanded at any given time. This solves the scrolling issues to some extent and makes the application usable in most of the scenarios. Although we still have our figures crossed and keep looking for a better solution.</p> <blockquote> <p>I would like to mention here that using both Virtualization and Load on demand(Lazy loading) together have its own side effects -</p> <p><a href="https://stackoverflow.com/questions/3715583/need-a-sample-for-wpf-treeview-search-with-virtualization-and-load-on-demand">Need a sample for WPF TreeView search with Virtualization and Load On Demand</a></p> </blockquote> <p>.</p> <blockquote> <p>Some samples for implementing Load on demand -</p> <p><a href="http://www.codeproject.com/KB/WPF/WPF_Explorer_Tree.aspx" rel="nofollow noreferrer">http://www.codeproject.com/KB/WPF/WPF_Explorer_Tree.aspx</a></p> <p><a href="http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/1eb3ed3d-6379-4353-9f35-2c0aecb885f2/" rel="nofollow noreferrer">http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/1eb3ed3d-6379-4353-9f35-2c0aecb885f2/</a></p> <p><a href="http://www.telerik.com/help/wpf/radtreeview-features-load-on-demand.html" rel="nofollow noreferrer">http://www.telerik.com/help/wpf/radtreeview-features-load-on-demand.html</a></p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload