Sheehan Alam
Sheehan Alam

Reputation: 60869

How to make an NSWindow only resizable vertically?

I have a Window in my NIB which is resizable, but would like to enforce it to only be resizable vertically. How can I go about doing this?

Upvotes: 6

Views: 1602

Answers (1)

YPK
YPK

Reputation: 1851

In IB's size section, for both minimum and maximum width give the same value then you will not be able to re size horizontally.

Refer the following screenshot

Upvotes: 8

Related Questions