I have a miglayout for a window where one of the columns was specified as grow but I need to modify that so it basically means “grow, but limit to ___ pixels”.
Is there a way I can do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is doable. Just set the maximum size for the column. In the following example
the second column has a preferred size of 89 pixels and max size of 250 pixels. It will stop growing at 250. The third column will continue growing.