Unplanned
Last Updated: 30 Mar 2016 13:33 by ADMIN
ADMIN
Stefan
Created on: 12 Feb 2014 14:43
Category: TreeView
Type: Bug Report
0
FIX. RadTreeView - setting nodes Visible = false results in invalid state of the scrollbar
To reproduce:


Add nodes to RadTreeView with at least 3 levels hierarchy. Set some of the last level nodes Visible property to false. Start the application. Expand some nodes and scroll. You will notice that the last item will change sometimes.


Workaround:
Set this.radTreeView1.TreeViewElement.AllowArbitraryItemHeight = true;
Use ItemHeight = 1, instead of Visible = false
0 comments