Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to automatically resize the grid when the form is resized?

How to automatically resize grid or another child component when my form is resized?

like image 992
stighy Avatar asked Jan 24 '12 11:01

stighy


1 Answers

Set the grid Width property to "Column width" and Height to "Column height". Do so for any outer container (group, tab, tab-page and so on).

StringEdit and some other controls can do the same thing.

like image 170
Jan B. Kjeldsen Avatar answered Sep 22 '22 14:09

Jan B. Kjeldsen