amnon
Member
- Joined
- Dec 18, 2022
- Messages
- 16
- Programming Experience
- Beginner
hello,
Is it possible to remove selection from Row Header and Column Header ? or at least use the same color as selection?
I tried changing the selection color by setting
Is it possible to remove selection from Row Header and Column Header ? or at least use the same color as selection?
I tried changing the selection color by setting
VB.NET:
DataGridView1.ColumnHeadersDefaultCellStyle.SelectionBackColor = Color.Black
DataGridView1.RowHeadersDefaultCellStyle.SelectionBackColor = Color.Black