This is a migrated thread and some comments may be shown as answers.

Boundary conditions for WPF TreeListView

1 Answer 46 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Sharada
Top achievements
Rank 1
Sharada asked on 14 Dec 2010, 03:08 PM

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.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 14 Dec 2010, 04:23 PM
Hi Sharada,

There are no restrictions on the number of the rows and columns shown by RadTreeListView.
Also, you do not have to create the columns dynamically as you scroll horizontally, because the control uses column (and row) virtualization and only the visible ones are realized.
Still, if you want to know how to create columns dynamically, please check this topic (it is for RadGridView, but RadTreeListView inherits the GridViewDataControl, so the article is applicable).

Best wishes,
Veselin Vasilev
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
TreeListView
Asked by
Sharada
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or