Hello!
I have a scrollview that contains a panel and I'd like to programatically scroll this to its end. How do I do that? I tried setting the scrollposition to a certain value (somewhere at the bottom, i.e. close to the enclosed panel's height) but this wouldn't actually work. I even set the DoEvents after setting the scrollposition to a certain value, but nothing moved, it's still at the top.
Any ideas?
Thank you!
Adrian
I have a scrollview that contains a panel and I'd like to programatically scroll this to its end. How do I do that? I tried setting the scrollposition to a certain value (somewhere at the bottom, i.e. close to the enclosed panel's height) but this wouldn't actually work. I even set the DoEvents after setting the scrollposition to a certain value, but nothing moved, it's still at the top.
Any ideas?
Thank you!
Adrian