Re: NSTableView with reversed rows?
Re: NSTableView with reversed rows?
- Subject: Re: NSTableView with reversed rows?
- From: Quincey Morris <email@hidden>
- Date: Thu, 02 Oct 2014 21:26:42 +0000
Why not enforce a minimum row count that accounts for the height of the
table. Then, have your data source provide dummy rows for the ones at the top,
when the actual count is less than the enforced count. You can have a special
table cell for the dummy rows, or just hide all the content that would be in a
regular cell.
On Oct 2, 2014, at 14:13 , Luc Van Bogaert <email@hidden> wrote:
> I want the table to populate 'from the bottom to the top', so that the free
>space in the scrollview (if there is any) is at the top, above the top row,
>instead of below the bottom table row.
_______________________________________________
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