Themed DataGridView For .NET Developers
As we know a DataGridView control provides a customizable table for displaying data.
This control is designed to be a complete solution for displaying tabular data with Windows Forms.
Also the DataGridView class allows us to customization of cells, rows, columns, and borders through the use of its properties.
So i have used and extended the properties of DataGridView and made a user control with predefined set of 8 Themes in it.so that the boring look of the control can be changed to some cool looks :)
You can set the theme of the DataGridView by GridTheme Property:-
Download ThemedDataGridView Control
Here is the screenshot for all 8 Themes :-
This control is designed to be a complete solution for displaying tabular data with Windows Forms.
Also the DataGridView class allows us to customization of cells, rows, columns, and borders through the use of its properties.
So i have used and extended the properties of DataGridView and made a user control with predefined set of 8 Themes in it.so that the boring look of the control can be changed to some cool looks :)
You can set the theme of the DataGridView by GridTheme Property:-
Download ThemedDataGridView Control
Here is the screenshot for all 8 Themes :-