Hi all,
I have set up a scroll view following the tutorial and it is working fine.
the objects that are managing this are
1) scroll view scroller. components: a UIPanel with a collider which only scrolls the UIPanel with the scroll view component (no clipping)
2) the scroll view. components: UIPanel with clipping area, and a scroll view.
They are both children of the same parent object which is a simple UIPanel without clipping.
I would like to know what is the suggested way to implement a zoom function which would magnify the content of the scroll view without altering its global clipping area.
(I have tried changing the scale of the scroll view object but the clipping area is , of course, altered and it moves when I drag the panel's content)
Many thanks.