Re: NSOutline resizing of rows

2008-12-15 Thread Corbin Dunn
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, Tha

Re: NSOutline resizing of rows

2008-12-15 Thread Arun
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 wrote: > - (CGFloat)outlineView:(NSOutlineView *)outlineView > heightOfRowByItem:(id)item AVAILABLE_MAC_OS_X_VERSION_1

Re: NSOutline resizing of rows

2008-12-15 Thread Corbin Dunn
- (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 betwe

NSOutline resizing of rows

2008-12-15 Thread Arun
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 (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to t