Posted 31 January 2019, 12:07 pm EST
I am working with the C1FlexGrid for Windows Forms and need to figure out how to auto-resize the columns to cause the Flexgrid to fill the available horizontal space. I saw that there is an “Expand Last Column” property but that looks terrible if the last column is not something like a text field that can be expanded in that way. In the application I am working on, this last column contains a dollar value and expanding it to fill all of the space looks terrible. I need to get all of the columns to resize proportionally in the way that the default .NET DataGridControl does. Does anyone have any suggestions?