Skip navigation.
 
mlRe: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
FROM : Stephane Sudre
DATE : Mon Mar 10 14:36:10 2008

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.

Related mailsAuthorDate
ml[newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar Tobias R. Mar 10, 12:54
mlRe: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar Stephane Sudre Mar 10, 14:36
mlRe: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar Tobias R. Mar 13, 17:54