ListView question
-
Hi I have created a ListView, with View put to Details. Added a few items, and gave them some subItems. Then I changed the background colour on all the items and subItems. Then when I click on one item it the background on the first subitem gets gray, and the other subitems get a white background. Is it possible to make all the subitems the same colour, when the item is selected? Thanks QzRz
-
Hi I have created a ListView, with View put to Details. Added a few items, and gave them some subItems. Then I changed the background colour on all the items and subItems. Then when I click on one item it the background on the first subitem gets gray, and the other subitems get a white background. Is it possible to make all the subitems the same colour, when the item is selected? Thanks QzRz
-
In the properties for the ListView control you will see a property named "FullRowSelect". Set this property to true. -Chris