Changes

Property Based Content Sorting

256 bytes added, 23 September
/* ListView sorting: Xamarin */
== ListView sorting: Xamarin ==
DataSource sorting works out of the box with SFListView! An example is as follows:
 
{{Attention| This only works for ValueItems (the sorting of selectable options in a list-type property pcker)! For sorting UBIK objects, use the Children.Sorting functionality described above, or make use of metaproperties like the GroupID and OrderID.}}
<source lang = "xml">
511
edits