Windows Forms DataGrid

  • Thread starter Thread starter JimK
  • Start date Start date
J

JimK

Is it possible to change the the width of the farthest left column, the
one with the arrow or sideways triangle pointing at the currently
selected record? (C# .Net)
 
Hi JimK

This column is known as the Row Header. To change the width of the row header, set the DataGrid.RowHeaderWidth or the DataGridTableStyle.RowHeaderWidth (if you are using table styles) properties

HTH
fbhca
 
Back
Top