I have many nodes and some of them are under the screen's edge. Tho treeview is scrollable, there is no vertical scrollbar on the right. How can i show it?
+1
A:
Did you happen to set the Scrollable
property to false
? If it is set to true
, the control should display the scroll bars.
Fredrik Mörk
2010-06-16 07:14:15
Thank you..It seems like the problem was with anchors, not in scrollable property(because it was set to True). Now changed the dock setting and everything works just fine
nihi_l_ist
2010-06-16 07:20:03