All Tags »
Controls
Sorry, but there are no more tags available to filter with.
-
Today I had a very strange problem in my DataGridView control. I have set for DefaultCellStyle.BackColor property of the DataGridView control a value Color.Empty , after that I have tried to set different colors, but no one of them is applied …. could anyone tell me why?
-
The new DataGridView control for tabular data manipulation provides a large capabilities for its appearance management. The basic class for all visual styles in the DataGridView is the DataGridViewCellStyle. This class implements some properties for changing the font, the background color of the cell, the color of the font, alignments, padding, ...