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

5.5k Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

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.

0
On

Change values of width and height to 'column width' and 'column height' respectively.