Skip navigation.
 
mlRe: Source list group item indentation
FROM : Jonathan Dann
DATE : Fri Jan 11 16:12:18 2008

You need to subclass NSOutlineView and override
-frameOfOutlineCellAtRow:
returning NSZeroRect on a condition that makes a group a group in your 
app or returning [super frameOfOutlineCellAtRow:row] if not a group. 
Mine gets the represented object of the item and checks the node's name.

Jonathan Dann

Related mailsAuthorDate
mlSource list group item indentation Kyle Sluder Jan 11, 15:16
mlRe: Source list group item indentation Jean-Daniel Dupas Jan 11, 15:24
mlRe: Source list group item indentation Jonathan Dann Jan 11, 16:12
mlRe: Source list group item indentation Corbin Dunn Jan 16, 00:15
mlRe: Source list group item indentation Kyle Sluder Jan 16, 11:23
mlRe: Source list group item indentation Corbin Dunn Jan 16, 19:08
mlRe: Source list group item indentation Ben Jan 16, 19:55
mlRe: Source list group item indentation Corbin Dunn Jan 16, 20:49
mlRe: Source list group item indentation Hamish Allan Jan 16, 20:52
mlRe: Source list group item indentation Pete Callaway Jan 17, 09:34