DataGridView SelectionBackColor and Transparency Problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, In my DataGridView component there are two columns that have to be transparent when they are selected. Becouse these cells are CheckBox cells and their backgorund colors are important, I want that background color will be visible when they are selected. The problem is while they are selected, if I minimize program to taskbar and maximize again, these cells background color remain same with the desktop. After changing selection they are repainted and become normal. Also at first run, the same problem occurs. Do you have any solution or idea? Thanks.