GridLayout - Custom Column Widths

Is it possible to set the column width for each column in a GridLayout? I am using a Panel as the container control for a GridLayout with 2 columns and 10 rows. I would like to set the width of column one to 50 and the width of column two to 100.

1 Reply

AD Administrator Syncfusion Team January 13, 2005 02:53 PM UTC

Hi, Unfortunately, GridLayout does not support custom column width. If custom column widths are necessary for your application I would recommend using GridBagLayout instead. It provides several ways to control the width of your columns. Regards, Gregory Austin Syncfusion, Inc.

Loader.
Up arrow icon