Is it possible to scroll ABMCodeLabel ?
Or what other long text container can be used to show a loooong log text in a fixed height, but with software scrolling to a position?
Is it possible to scroll ABMCodeLabel ?
Or what other long text container can be used to show a loooong log text in a fixed height, but with software scrolling to a position?
Is there an example for the proper usage of the new page.ScrolltoComponent method? Also what is the definition and acceptable value range for these two parameters: scrollTop As Int speed As Int I have tried the following to be able to scroll to the top of the page, where the abmcomponent...
In ABMaterial, you dont have a TextArea control...
How ever, I believe that if you use the scrollTo method of the page component and the Cursor Position together, you can achieve this function