Greetings,
I have noticed consistently in my implementation of the wisej DataGridView that there is always a trailing empty column.
A blank column not accounted for (I believe) from their respective dataSources.
Its a bit unsightly, can it be toggled off somehow ?
Please see Image for reference
Thank you
There is no blank trailing column. The space after the last column is the normal remainder of the grid.
Greetings,, an associate assisted my inquiry locally:
Setting the DataGridView’s AutoSizeColumnsMode property to fill removes the blank “trailing’ column.
However be aware of the consequences, all the columns are now the same width.
Address individual column widths as needed to compensate — if necessary I believe that property is FillWeight or something