Tagged Questions
5
votes
3answers
5k views
How to change listview selected row backcolor even when focus on another control?
I have a program which uses a barcode scanner as input device so that means I need to keep the focus on a text box.
The program has a listview control and I select one of the items programatically ...
3
votes
2answers
2k views
How to change the backcolor of a listview subitem using its own value
How can I programmatically change the back color of a single cell in a listview using its own value?
The values in the ColorFlag Column Came from the database.
Here is my code:
foreach(DataRow dr ...
0
votes
2answers
1k views
BackColor of ListView ColumnHeaders
Is there a way to set the BackColor of the ColumnHeaders of a ListView?