DataGridView's Column header apperance
I am using DataGridView for showing Data in the tabular format. Because it provides a lot of functionalities
But is it possible to change the apperance of the DataGridView's Columnheader
Because i wanted to display the column header in the bottom of the cell because by default the column header part is coming under as the top of the cell and row headers are coming as left of the cell but i wanted to place the column header in the bottom of the gridview cell .Please guide me
Thanks in advance Please repl
|