Re: NSTableView with reversed rows?
Re: NSTableView with reversed rows?
- Subject: Re: NSTableView with reversed rows?
- From: Jonathan Mitchell <email@hidden>
- Date: Fri, 03 Oct 2014 09:31:14 +0100
On 3 Oct 2014, at 07:25, Luc Van Bogaert <email@hidden> wrote:
> Sure, the table will display 'layer' objects that can be stacked onto each
>other. So the first layer should be displaced at the bottom of the stack,
>the second layer on top of the first, and so on... So in fact, I would like
>to have a table that represents a stack of objects that 'grows' upwards.
>
Another thought.
Use an NSStackView (if on 10.9) and add discrete views to the bottom gravity in
inverse order.
You can embed an NSStackView in a NSScrollView -
https://github.com/mugginsoft/TSStackView/blob/master/TSStackView.m#L452
J
_______________________________________________
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