Scroll View

Is it possible to assign two controls to one scroll view? I have a matrix of image views and a matrix of buttons and I want them to be able to scroll in relation to each other. Thanks.

??? not sure if this is what you mean:

Make each item a subview of a scroll view and then make these two scroll views a subview of a split view. Then you can scroll both parts and change the part both elements use from the total height in relation by dragging the split view.

D.