Re: IB, resize a tableView past minimum size?
Re: IB, resize a tableView past minimum size?
- Subject: Re: IB, resize a tableView past minimum size?
- From: beamsplitter <email@hidden>
- Date: Fri, 28 Mar 2003 21:53:34 -0500
Ah...I'm able to turn off scrollbars, resize below the min, and then
turn scrollbars back on. However, any further resizing will snap the
view back to (and enforce) the "minimun". IB sure is touchy!
-Scott
On Friday, March 28, 2003, at 12:34 AM, Daryn wrote:
Have you disabled the vertical scrollbar? If not, that will constrain
the minimum size to a height needed to display the scrollbar.
On Thursday, March 27, 2003, at 09:10 PM, beamsplitter wrote:
According to the IB FAQ:
"When resizing an UI element like a button or group box Interface
Builder doesn't let you resize it past the minimum size defined by
the Aqua User Guidelines. If you really need to resize it smaller
then first resize it to its smallest size and then resize again.
Interface Builder will let you resize an UI element past its minimum
size if the current size is the minimum size."
This doesn't seem to work. I've got a tableView that I want to start
with just the header and 1 row, which is probably about 30 pixels
(not an unreasonable demand, right?). Minimum seems to be 56 pixels
no matter what I do. I don't mind doing this programmatically but I
can't figure that out either...
Thanks,
Scott
Daryn
_______________________________________________
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.