Articles in this section
Category / Section

How to adjust/change width of columns?

1 min read

The width property of the particular column has to be set to adjust/change the width of the column. Please refer the below code snippet which illustrates this:

C#

this.GridGroupingControl1.TableDescriptor.Columns[0].Width = 150;

VB

Me.GridGroupingControl1.TableDescriptor.Columns(0).Width = 150

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied