DataGrid - Stretching Empty Column

  • Thread starter Thread starter GroZZleR
  • Start date Start date
Hi,

IMO Exlorer is a ListView , not a datagrid
With a listview this is the default behavior if the sum of the width of the
columns is less than the width of the control


cheers,
 
Hi,

How do to this?
Just hook the resize event and either insert an empty column with the
difference between the control width and the sum of the width of the other
columns or just resize the last column as needed


cheers,
 
Back
Top