NSTableView not scrolling.
NSTableView not scrolling.
- Subject: NSTableView not scrolling.
- From: Anthony Duer <email@hidden>
- Date: Fri, 14 May 2004 19:36:42 -0700
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?
~Anthony Duer
_______________________________________________
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.