M micro Well-Known Member Licensed User Longtime User Mar 31, 2016 #1 Hi I use a ABMTable with single column and i use the AddRow function as a list. How I can Scroll automatically until the end whenever i add a line? Thanks
Hi I use a ABMTable with single column and i use the AddRow function as a list. How I can Scroll automatically until the end whenever i add a line? Thanks
alwaysbusy Expert Licensed User Longtime User Mar 31, 2016 #2 I will have to check, but I think in 1.08 there is a ScrollTo() method in a scrollable table. something like: tbl3.ScrollTo("uid9", False) where "uid9" is the unique row id and True/False to scroll smooth or not. So you'll be able to use this to scroll to the 'last' added uniqueId. Upvote 0
I will have to check, but I think in 1.08 there is a ScrollTo() method in a scrollable table. something like: tbl3.ScrollTo("uid9", False) where "uid9" is the unique row id and True/False to scroll smooth or not. So you'll be able to use this to scroll to the 'last' added uniqueId.