Re: NSOutline resizing of rows
Re: NSOutline resizing of rows
- Subject: Re: NSOutline resizing of rows
- From: Corbin Dunn <email@hidden>
- Date: Mon, 15 Dec 2008 10:44:21 -0800
Your datasource would have to return that; it is up to your model to
do this. Or, return a large row height for the last item in your
group, and override -frameOfCellAtColumn:row: and return a smaller row
for the cell to draw in.
-corbin
On Dec 15, 2008, at 10:05 AM, Arun wrote:
Hi,
Thanks for the sugussion..it worked for me.
Is there any way in which we can add an empty row at the end of each
group?
-Arun
On Mon, Dec 15, 2008 at 11:10 PM, Corbin Dunn <email@hidden>
wrote:
- (CGFloat)outlineView:(NSOutlineView *)outlineView
heightOfRowByItem:(id)item AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER;
--corbin
On Dec 15, 2008, at 9:32 AM, Arun wrote:
Hi
How can we resize the row height for Items in the NSOuline view so
that the
we can make a clear distincton between the groups?
-Arun
_______________________________________________
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