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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top