Depending on whether a SelectiveList or an ActiveList is configured, the proper list will be chosen automatically.
'''Optional refactoring Refactoring of the ''SelectedItem ConverterParameter'' binding (Mobile only):'''
Instead of binding to the ContentView x:Name (e.g. ''ConverterParameter={Binding Source={x:Reference YourContentView}}''), it is now possible to bind to the x:Name of the SfListViewExt control and adding the ItemsSource as Path (e.g. ''ConverterParameter={Binding Source={x:Reference SelectiveList}, Path=ItemsSource}'').