Hi Matthias,
Thank you for your interest in Syncfusion products.
We have implemented generic
classes(helper classes) named as GridColSizingHelper.
The GridColSizingHelper class includes
the customization for column width resizing according to client size. Please
refer the below code to wire the Grid to the helper classes,
Code
Snippet:
private
GridColSizingHelper Helper1;
private
void Form1_Load(object
sender, EventArgs e)
{
Helper1 = new GridColSizingHelper();
Helper1.WireGrid(this.gridControl1);
}
Please let us know if you have
any concern.
Regards,
Muthukumar K
Attachment:
ResizeHelper_74002724.zip