With UltraGrid.AutoFitStyle = AutoFitStyle.ExtendLastColumn The last column fits to the width of the grid. Is there a possibility to make this for a column which is not the last column in the grid ?
Thanks
Hansjörg Wintermantel
Hi Hansjörg,
I think what you can do is use the other AutoFitStyle, which sizes all of the column. Then set teh MinWidth and MaxWidth on all of the columns but one to the same value. That way there is only one sizable column in the grid.