I have a dialogue editor in my level editor. For dialog list view I am using Scroll View widget which content is dynamically cleared and then rebuild on list change. That part works nicely.
However, the issue starts when the list is too big to display on one scrollview "screen", scrolled down and then list changed to a shorter one. The problem is that scrollbar position is supposedly not reset properly and as such I have to play with mouse scroll to get it to the top.
Do anyone know any...
Issue with scrollview scrolling.
However, the issue starts when the list is too big to display on one scrollview "screen", scrolled down and then list changed to a shorter one. The problem is that scrollbar position is supposedly not reset properly and as such I have to play with mouse scroll to get it to the top.
Do anyone know any...
Issue with scrollview scrolling.