Hello,
I have listview with columns ID, Item, Price, Size etc.
How i sort ListView by column ID on load XAML window.
Column ID would be 1, 2, 3, 4
Basically i need a function when i called that function ListView row should be sort in ascending order.
Please guide me.