Multiple NSTableViews in one NSScrollView
Multiple NSTableViews in one NSScrollView
- Subject: Multiple NSTableViews in one NSScrollView
- From: Thomas Engelmeier <email@hidden>
- Date: Wed, 26 Nov 2008 10:09:29 +0100
Hi,
I have an UI where a bunch of NSTableViews plus extra title views are
stacked in one NSScrollView.
Currently each table is loaded from a subview NIB, populated, resized-
to-fit and placed in a master documentview.
That is working fine except IB generated TableViews reside already in
a IB generated NSScrollView (unused, scrollview frame = table+header
frame) which leads to a bunch of scrolling related artifacts
(ScrollWheel etc..). How much is a NSTableView interacting with the
enclosing scroll view? Can I get rid of the scrollview by
programmatically creating the table view? Ar attach the shared parent
scroll view to all tableviews?
TIA,
Tom_E
_______________________________________________
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