Skip navigation.
 
mlRe: Determining NSTableView height when doing layout in IB
FROM : Kyle Sluder
DATE : Fri Feb 29 17:30:55 2008

On Fri, Feb 29, 2008 at 11:09 AM, Sean McBride <<email_removed>> wrote:
>  height of scroll view containing tableview = height of table header view
>  + (num rows * row height) + height of horizontal scroller.


I think the biggest problem with this would be implementing this logic
for any arbitrary view.  Though it would most certainly be nice.  File
a bug, maybe it'll happen (along with the restoration of all the
guides we lost from IB2... *grumble*).

--Kyle Sluder

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