Home › Forums › WinForms controls › Xceed Grid for WinForms › AutoResize Column Widths
Hi, is there a way to auto resize the column widths? The have the width based on the length of text?
Imported from legacy forums. Posted by Druid (had 2042 views)
grid.Columns[“myColumn”].Width = grid.Columns[“myColumn”].GetFittedWidth();
Imported from legacy forums. Posted by Tommy (had 2991 views)