I have 2 synchronized scrollviews side-by-side. I only want a scrollbar on the right most view. I do this by hiding the left scroller. This all works fine until I vertically resize the grouped views. The scroller reappears in the left view. I have tried numerous methods to keep the scroller hidden and the best result I can find so far leaves me with an empty white view in its place. I have tried creating my own scroller and intercepting messages to unhide and forcing it to be hidden but the white block still shows.
If you set hasVerticalScrollbar to false it looks right, but that view doesn't respond to scroll events any more. How do I keep the scrollbar hidden during and after a resize of a view? Thanks Josh_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com