steveandrews Posted May 28, 2020 Share Posted May 28, 2020 Hi, I have a table with many rows. When the table fills, I would like it to display with the bottom row visible (i.e the scroll bar at the bottom rather than at the top). Any way to do this in code? cheers Steve Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted May 28, 2020 Share Posted May 28, 2020 Yes, there is a variable in the component called "TopRow" which you can set to the row of data you would like to be the top row in the table. So 0, would scroll you all the way to the top. To scroll to the bottom, set TopRow to the number of rows of data minus the number of rows visible in the component. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.