FIXED:Can we get access to current scroll position of content?

Can we get access (Via python) for the scroll area position (H/V) within a container? I am working on a new tool and want to only draw/update what is visible within the content area.

Unfortunately for the Container COMP, the scroll positions are not unique.
For example, you can open a view on the Container COMP and scroll it to a different position than the view shown in the node tile.

You might consider a List COMP, which only does updates tiles that are visible, and has the added advantage that its scroll values are consistent and accessible with panel values: scrollu, scrollv.

Cheers,
Rob.

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.

1 Like