Unplanned
Last Updated: 06 May 2016 13:21 by ADMIN
ADMIN
Hristo
Created on: 22 Apr 2016 10:08
Category: TreeView
Type: Bug Report
0
FIX. RadTreeView - if you change the Text property of a node so that it cannot fit in the available space the horizontal scroll bar is not initially visible
Workaround: 
this.radTreeView1.TreeViewElement.InvalidateMeasure();
this.radTreeView1.TreeViewElement.InvalidateArrange();
0 comments