alecjcook Posted July 20, 2016 Report Share Posted July 20, 2016 A String control has a property Text.ScrollPos. This defines how far up or down the window is scrolled. I would like the String Control to return me a number that allows me to determine whether or not the window is scrolled as far down as it can be or not. Does such a property exist? Many thanks, Alec Quote Link to comment
ShaunR Posted July 20, 2016 Report Share Posted July 20, 2016 Not that I'm aware of. This is a trick I use it in the SQLite API for LabVIEW installer. When you read the licence it won't let you continue until you have scrolled all the way down. I get the scroll position of the end of the text first without updating the display and then check to see if it is reached. 2 Quote Link to comment
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.