I have a user object that contains multiple user objects (custom buttons)... basically a touchscreen interface. The issue is that there is no "live scroll" available option for user objects like there is for datawindows... There is also no "scroll to" function in user objects... Other than the normal scrollbar option, which I've already enabled, but is anemic for a touchscreen interface, and allowing tabbing in my user objects (which defeats the purpose of "touchscreen"), I'm wondering what other options might be available for scrolling user objects.
Unfortunately, scrolling on a non-DW, MLE or RTE object is not supported within PB. That would be an enhancement request. However, you might (should) be able to accomplish this via some SDK calls (i think). For example - something like: https://www.rgagnon.com/pbdetails/pb-0175.html
HTH .. Regards .. Chris
Great news ... I just added Real's code to my STD Framework's base ancestor UO and it now scrolls on command - just like the window! So adding that Window code to a UO will work for App scrolling control! ;-)
HTH
Regards ... Chris