Hello
I have an issue with RadTreeView and his internal ScrollViewer.
I'm enabling scrolling with:
ScrollViewer.VerticalScrollBarVisibility="Auto"
I have a data source that I'm binding to RadTreeView. Collection of items is changed on user's action. When a collection is large or user have expanded some nodes the ScrollViewer becomes visible. Say after that we scrolled to the last node. If after user's action the collection becomes smaller so it will fit on available space, the ScrollViewer will not update the scrollbar area/position and will not "stretch" back. To see items in radtreeview now user should scroll it to top.
Questions:
- is it a bug or programmed behavior?
- how can I force redrawing/recalculation of Scroll area so that items will be always visible?
Thanks