I have a vertical NSSplitView
containing on one of its sides a NSScrollView
with a IKImageBrowserView
inside. The IKImageBrowserView
shows only one row of thumbnails and only has horizontal scroller (the resizing mask is equal to NSViewWidthSizable
).
I would like to bind the zoom level of the IKImageBrowserView to the height of any of the container's frame, so that when I move the divider, the thumbnails change size to always fit vertically in the view. I would also like this to happen continuously while moving the divider, not only after releasing it. Is this at all possible?