Re: NSTableView scrollbars
Re: NSTableView scrollbars
- Subject: Re: NSTableView scrollbars
- From: Tanoi Tanwi <email@hidden>
- Date: Thu, 21 Aug 2003 21:03:37 -0700
When I started out with the NSTableView I used to have the same
problems. The code below with the comments is from my project. I
stumbled on this while looking at some sample code.
Tanoi
// [tableView sizeLastColumnToFit]; //So the scroll bars can be
displayed
// [tableView sizeToFit]; //This also works
[tableView tile]; //This gets invoked by sizeToFit. Been
playing with all of em
On Thursday, Aug 21, 2003, at 16:25 US/Pacific, Greg Hamilton wrote:
>
I have an NSTableView which is configured to display a single column
>
of data. The vertical scroll bar is enabled but when the number of
>
rows exceeds the displayable size the scroll bar doesn't appear. I'm
>
sure I've seen this problem before but I can't remember what I did to
>
fix it.
>
>
Greg
>
_______________________________________________
>
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.
_______________________________________________
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.