Skip navigation.
 
mlDetermining NSTableView height when doing layout in IB
FROM : Sean McBride
DATE : Fri Feb 29 17:09:03 2008

Hi all,

Is it just me, or does IB not really provide a way to nicely set the
height of a tableview?  I would like for my tableviews to have a height
such that an integer number of rows fit, without any half rows visible.
Something like:

height of scroll view containing tableview = height of table header view
+ (num rows * row height) + height of horizontal scroller.

If I resize the height of a tableview in IB, I don't get any guide marks
(dotted blue lines).  Given that IB can't do this (or can it?), is my
little formula above correct?

Thanks,

--
____________________________________________________________
Sean McBride, B. Eng                <email_removed>
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada

Related mailsAuthorDate
mlDetermining NSTableView height when doing layout in IB Sean McBride Feb 29, 17:09
mlRe: Determining NSTableView height when doing layout in IB Kyle Sluder Feb 29, 17:30
mlRe: Determining NSTableView height when doing layout in IB Quincey Morris Feb 29, 18:26