Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
- Subject: Re: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
- From: Stephane Sudre <email@hidden>
- Date: Mon, 10 Mar 2008 14:36:10 +0100
On 10 mars 08, at 12:54, Tobias R. wrote:
Hi,
I have a csv-file as datasource for an NSTableView. This part of my
project works.
And now my Question:
Is there a way to make the first NSColumn of my NSTableView ...
a) always visible and
b) not being affected by the horizontal scrollbar, but only the
vertical scrollbar?
Short answer: No.
It might be easier to use 2 NSTableViews side by side, hide the
vertical scrollbars on the leftmost tableview and synchronize the
scrolling and selection (both key and scroller) in both tableviews.
_______________________________________________
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