RESOLVED:panelComp Scrollbar data

Hi,
If i have a panelCOMP A where “Drag to Reposition” is set to component i can drag to change the position of the comp.
If that comp is in another panelCOMP B where Children > Horizontal/Vertical Scrollbar is set to “Automatic” when i drag A outside of B some scrollbar will show up and allow me to navigate B.
How can i get any data from these scrollbars (how much they are scroll, their range, …) or which part of B is really displayed?
scrollbar

scroll.1.toe (3.5 KB)

Hi @Tyrell,

unfortunately, there is no information on the scrollbar position atm.
An RFE could be to retrieve the scrollOffset (x/y) in pixels plus a maxScrollWidth/Height

Is that kind of what you are looking for?
Cheers
Markus

Hi @snaut,
Yes that will work for me.
Cheers,
Colas

Controlling scroll bars of any panel/container will now be available in builds 2021.38130+ and later, through use of its scrollu scrollv panel values.
Cheers.