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 protected])

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