I have a Text Field (not static), that is bound to some text. It has two horizontal constraints, both "equals", one to the object on its left and the other to the object on its right.
When I set the Text Field's Behavior to "Editable", it displays as I expect: if the text it is bound to is changed and is too long to fit in the text field, the text scrolls off to the side and is invisible (unless you select and move your cursor in the field to display the stuff on the right) However, if I set Behavior to "Selectable" or "None", then when the text is too long to fit in the text box, it resizes the text box which forces the window to resize. Can I get the "Editable" behavior (that is, don't automatically resize the window) but by having its behavior set to "Selectable"? Thanks, Todd _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
