Re: NSTableView not scrolling.
Re: NSTableView not scrolling.
- Subject: Re: NSTableView not scrolling.
- From: Brent Gulanowski <email@hidden>
- Date: Sun, 16 May 2004 10:24:41 -0400
On May 14, 2004, at 10:36 PM, Anthony Duer wrote:
>
Hey folks, I current have a StripedTableView (subclass of NSTableView)
>
that I cannot, for the life of me, get to scroll. I'm returning enough
>
items (17) that necessitates that the StripedTableView scrolls. I have
>
turned up vertical scroll bars and I know the items exist because I
>
can press down to select them in the view. However, despite the fact
>
that there's too many objects to display at once, the scroll bars
>
remained 'greyed out' and unusable. Needless to say, this is a bit
>
frustrating since I'd like to be able to see what I'm selecting. I've
>
deleted and re-created the table in order to try and get it to scroll,
>
but that doesn't work. Some info on the StripedTableView:
>
>
It's set to NOT allow empty, multiple, or column selection.
>
Scrollbars: ON: Vertical. OFF: Horizontal or small.
>
Background: white
>
Grid: grey
>
Options: ON: Show Grid. OFF: Allow resize, reordering, display column
>
headers, or resize columns to fit.
>
>
The StripedTableView resides in a NSPanel with the only on options
>
being Deferred, One Shot, and Buffered. I have verified that my data
>
source is returning the correct amount of items (17) and that they're
>
being drawn. Any help?
It sounds like maybe the table view is not correctly connected to its
parent scrollview. More information needed on how you instantiated the
views.
--
Brent Gulanowski email@hidden
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.