I have a ListView where I would like to display things horizontally. That works fine, but now I would need to have them display like in a Windows Explorer type.
For example :
A B C
D E F
G H I
or
A B
C D
E F
G H
I
Is it possible in a ListView?
If you want your items to all have the same size, I would go for a UniformGrid. It one of those overlooked controls, might be very useful in this situation.
This is how I made a quick-and-dirty toolbar: