I'm looking for a solution to bind a List<customclass>
to a ListView (or GridView?), where I can modify the way how the items are displayed, for example, the customClass has a name and a picture and I want to display at the left half of the row in the listview the picture and on the right half the text in a textblock.
Is this possible? If yes, how/where should I start? I'm very new at WPF/XAML so it is very hard to understand how data binding and this stuff works.