DataGridView Trailing column

Closed
0
0

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

  • You must to post comments
0
0

There is no blank trailing column. The space after the last column is the normal remainder of the grid.

  • You must to post comments
0
0

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

https://docs.wisej.com/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewautosizecolumnsmode

  • You must to post comments
Showing 2 results