How implement a XAML control that is similar with WIN32 listview?

杨岑 171 Reputation points
2024-04-19T14:27:50.19+00:00

In traditional WIN32 SDK, we have a ListView control with column headers (like the one we have in file Explorer).

How to implement similar control using XAML? I did some research and GridView seems very promising. The official UWP samples repo on GitHub has a very limited example project which is not very useful in my scenario.

Can anyone direct me to some useful resources?

Universal Windows Platform (UWP)
{count} votes