Can anyone please let me know how to position the Vertical scroll bar of the tree view to show right beside the text of the longest nodes rather than at the very right of the screen?
Set the Height and Width properties of RadTreeView in order to show the scrollbars for RadTreeView. You can set the width of the RadTreeView for shifting the scrollbar to according to the item text.
I don't want to set a fixed width on the tree, as I want it to autosize to the length of the text, is there a way to be able to do that and yet have the vertical scroll bar set right beside the text?