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 (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 [EMAIL PROTECTED]

Reply via email to