keeping scrollbar hidden
keeping scrollbar hidden
- Subject: keeping scrollbar hidden
- From: Joshua Strickon <email@hidden>
- Date: Tue, 9 Mar 2010 15:09:50 -0500
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 (email@hidden)
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:
This email sent to email@hidden