I'm having trouble with gathering data from multiple selected item from listvew. Let's say I have 10 items, if I select 5 of them, is there a way to store them into some kind of a array or something? My listview is like below:
<ListView x:Name="listView1" ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.VerticalScrollMode="Enabled" SelectionMode="Multiple"/>