I have a collection of items and want to show it in a ListView as a List of comma separated values. How can I show a comma in between the values?
So far I've created a ItemsPanelTemplate with a <VirtualizingStackPanel IsItemsHost="True" Orientation="Horizontal"/> as only child.
Obviously creating a DataTemplate which includes the comma would result in a tailing comma, where I don't want one.