Home › Forums › WinForms controls › Xceed Grid for WinForms › Autosizing columns › Reply To: Autosizing columns
Hello,
You can use the column’s GetFittedWidth method. For example:
myColumn.Width = myColumn.GetFittedWidth();
Imported from legacy forums. Posted by Jenny [Xceed] (had 347 views)