6

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

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
stighy
  • 7,260
  • 25
  • 97
  • 157

2 Answers2

11

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.

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
2

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

Pankaj
  • 501
  • 1
  • 5
  • 16