Setting row size of NSBrowser
Setting row size of NSBrowser
- Subject: Setting row size of NSBrowser
- From: Drew McCormack <email@hidden>
- Date: Thu, 8 Apr 2004 14:06:11 +0200
How can you set the row size in the column of an NSBrowser? I tried to
set the intercell spacing of the NSMatrix, but it had no effect.
NSSize spacing = NSMakeSize(20.0, 20.0);
[[browser matrixInColumn:0] setIntercellSpacing:spacing];
Anyone know the how this should be done?
Drew McCormack
Trade Strategist
Stock market strategy design software
http://www.trade-strategist.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.