Hi I have been trying to flatten the columns header the same way as we do it with buttons using .FlatStyle = FlatStyle.Flat but have been unsuccessful.
If it is possible to do it can someone help me.
Thanks
Printable View
Hi I have been trying to flatten the columns header the same way as we do it with buttons using .FlatStyle = FlatStyle.Flat but have been unsuccessful.
If it is possible to do it can someone help me.
Thanks
Column header of what? If you mean a DataGridView then you can turn off visual styles for the grid using a single property of the grid itself. I can't recall the property name but I'm sure you can look through them until you find the right one.