A request has come through for 'esthetics' that the columns of the WinGird should epxand the entire length of the WinGrid.
Right now there are about 8 columns and to the right of the column is blank white space. I would like to make the columns expand (uniformly or otherwise) so that the white space is eliminated.
Is this a possible request?
Hi,
Just use the AutoFitStyle property on the grid's DisplayLayout.
I've done this with:
this.DisplayLayout.AutoFitStyle = AutoFitStyle.ResizeAllColumns;
However it doesn't seem to be effective.
I should also mention that I have modified the grid to have a hierarchical tree view.