Re: IB is too smart for its own good... what to do?
Re: IB is too smart for its own good... what to do?
- Subject: Re: IB is too smart for its own good... what to do?
- From: Daryn <email@hidden>
- Date: Wed, 31 Jul 2002 21:44:47 -0500
On Wednesday, July 31, 2002, at 05:10 PM, Ondra Cada wrote:
IB does not like small widgets -- eg. it won't let me to set a textview
or
tableview lower than 56 pixels. Is there any simple way to overcome
this?
I do agree that such a small views should be rare, but in my specific
case,
I do want them... Since the view is pretty complicated (involves a
number
of nested splitviews and more), I would rather not set it all
programmatically.
It seems that IB is limiting the view to the minimum height necessary to
render the vertical scrollbar. Thus if you disable the vertical
scrollbar, then IB will allow it be sized smaller. Interestingly, IB
lets you reenable it after resizing...
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.