Skip navigation.
 
mlneed to not shift row in outline view (SOLVED)
FROM : Mitchell Livingston
DATE : Wed Feb 06 20:41:51 2008

I was able to get the behavior I wanted by returning a resized rect 
with frameOfCellAtColumn:row:

On Feb 4, 2008, at 2:20 PM, I. Savant wrote:

> On Feb 4, 2008 2:13 PM, Mitchell Livingston <<email_removed>> 
> wrote:

>> Yup, sounds right. Basically, I want a way to allow outline rows to 
>> take up the whole row for select rows.

>
>  You could always subclass NSOutlineView and override
> -drawRow:clipRect: (which belongs to NSTableView, of which
> NSOutlineView is a subclass).
>
> --
> I.S.

Related mailsAuthorDate
mlneed to not shift row in outline view Mitchell Livingsto… Feb 4, 15:10
mlRe: need to not shift row in outline view I. Savant Feb 4, 16:56
mlRe: need to not shift row in outline view Mitchell Livingsto… Feb 4, 17:17
mlRe: need to not shift row in outline view I. Savant Feb 4, 17:20
mlRe: need to not shift row in outline view Ben Feb 4, 18:53
mlRe: need to not shift row in outline view Mitchell Livingsto… Feb 4, 20:13
mlRe: need to not shift row in outline view I. Savant Feb 4, 20:20
mlRe: need to not shift row in outline view I. Savant Feb 5, 00:19
mlneed to not shift row in outline view (SOLVED) Mitchell Livingsto… Feb 6, 20:41