05-07-2024, 01:40 PM
Both for table and layout elements it would be desirable to be able to set the scroll position.
For example, I have a simple tracker app, with either a table or layout to display previous events, in chronological order. I want the most recent events to be immediately visible - though all events should be visible by scrolling.
So, after refreshing the table or layout, I would like to do something like
refresh layout "mylayout"
set the scrollposition of layout "mylayout" to <some big number>
For example, I have a simple tracker app, with either a table or layout to display previous events, in chronological order. I want the most recent events to be immediately visible - though all events should be visible by scrolling.
So, after refreshing the table or layout, I would like to do something like
refresh layout "mylayout"
set the scrollposition of layout "mylayout" to <some big number>