On 3 Oct 2014, at 07:25, Luc Van Bogaert <luc.van.boga...@me.com> 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 (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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to