Is it possible to create a widget in WinUI3/C++ that would look like a table like it is done in File Explorer? So that there would be headers, by clicking on which you can sort the data by columns?
I looked for a similar widget in the WinUI 3 Gallery application, but did not find anything similar. If there is no standard similar widget, is it possible to implement similar functionality yourself? If so, how exactly?