Open steffenWi opened 9 years ago
I have not enogh knowledge about Wpf and sorting atm. I think @riviti has done something similar for TreeViews in #243 (Wpf part in 05322070c97c5f3bfd462aa860503785ee030ea1). But he didn't use the Header sorting features (see my comment https://github.com/mono/xwt/pull/243#discussion_r23135167). Maybe you can find something useful about the binding.
Hi,
sorting a ListView does not work on WPF. I can click the column header but nothing else is happening. This is also true for the sample application.
I do not seem to be able to add this functionality.
Based on some samples I found, I modified the ListViewBackend.cs:
but apparently the way data is added there is no binding.