how can i sort the items of GridView horizontal in the XAML? Sadly i found no method to achieve this. The Keyword \"Orientation\" is not available. Here is my current GridView:<
Sorry, I have to take issue with your comment that this cannot be done with a VariableSizedWrapGrid. It most certainly can:
One
Two
Three
Four
And I have to take issue that VariableSizedWrapGrid cannot be used for creating items through ItemsSource. It most certainly can. WrapGrid and VariableSizedWrapGrid are fundamentally identical. WrapGrid is slightly lighter weight since it does not support Column and Row spanning.