views:

24

answers:

1

Cocoa isn't rendering the blue scroll button unless my scroll view is 4 rows long.

Screenshot comparing three table views, one with two rows and no scroll thumb and two with four rows each and a scroll thumb each.

Does anyone know how to show the scroll bar button when the scroll view is only two rows?

Thanks!

+2  A: 

I don't think it's the number of rows, but that there just isn't enough room for the "blue button" and the scroll arrows. You need to increase the height of your table. It would be hard to use at that size anyway.

JWWalker
Agreed. It seems like that's the only option to get the scroll bar to render properly. Thanks for the input
John Gordon
At that size, a popup button is almost certainly a better fit
Mike Abdullah