Hi Iam developing some kind of free Image viewer, therefore I need a
list control with thumbnails. First, I tried a Listview im Tile view.
The problem is, I want the text below the image, not left of it,
additionally the images of the current selected items gets a blue shade,
which I don't want, a blue border would be enough.
Maybe I could use some other component instead but I like the ability of
the Listview control to reorder the columns and the switching between
different view modes.
What would be the best solution for me? Use Listview in owner drawn
mode? Use a DataGrid/GridView? Or maybe XAML/WFP? I've never used these,
so I don't know the advantages/disadvantages of them.
Maybe some other free component which Iam not aware of? Or Should I code
my own ListView control?
|