Hi
I want to know the boundary conditions for TreeListView using WPF.
1. I am loading the hierarchical levels on demand.
How many hierarchical levels can be displayed/added in TreeListView using WPF?
2. How many Rows can be displayed in TreeListView using WPF ?
3 How many Columns can be displayed in TreeListView using WPF ?
I want to display 250-300 columns.
Is there any facility to add the columns dynamically....
like we can add columns on demand while horizontal scrolling?
Thanks.