Listview in Details view - images not visible in selected item
-
.Net 3.5 / VB 2008... I'm using a ListView in Details view with 2 columns and FullRowSelect. Image in the left column and text in the right. When I select an item, the right column behaves as expected (blue bkgnd and white text). But the image in the left column becomes invisible and the background is white. How does one correct this? I'm probably missing something obvious but I've yet to find a solution.
XAlan Burkhart
-
.Net 3.5 / VB 2008... I'm using a ListView in Details view with 2 columns and FullRowSelect. Image in the left column and text in the right. When I select an item, the right column behaves as expected (blue bkgnd and white text). But the image in the left column becomes invisible and the background is white. How does one correct this? I'm probably missing something obvious but I've yet to find a solution.
XAlan Burkhart
Well, I may go back and try to figure this out but for now I've switched to a DataGridView. At least the images stay put when I click a row. But I'd still appreciate it if anyone knows why the ListView might behave so oddly.
XAlan Burkhart
-
Well, I may go back and try to figure this out but for now I've switched to a DataGridView. At least the images stay put when I click a row. But I'd still appreciate it if anyone knows why the ListView might behave so oddly.
XAlan Burkhart