Columns widths specified programmatically seem to be wider.

2009-06-29 Thread norio ota
Although total of the widths should be the same as the width in- between the left edge of the scrollview and the right edge minus the width of the vertical scroller, so although it should see all columns fully, the most right column can't see it whole content unless mouse-wheeling right.

Columns widths specified programmatically seem to be wider.

2009-06-29 Thread Nor
Although total of the widths should be the same as the width in-between the left edge of the scrollview and the right edge minus the width of the vertical scroller, so although it should see all columns fully, the most right column can't see it whole content unless mouse-wheeling right. The

Re: Columns widths specified programmatically seem to be wider.

2009-06-29 Thread Laurent Etiemble
Hello, Take a look at setIntercellSpacing: in NSTableView Class Reference. The default intercell spacing is (3.0, 2.0), so it may explains the delta you see. Regards, Laurent Etiemble. Monobjc : A .NET/Objective-C Bridge More info at http://www.monobjc.net/ 2009/6/29 Nor notty@gmail.com: