Dear Team,
while working on Xamarin Forms with some of your plugins, I've encountered some difficulties while implementing SfListView.
- I'm actually using a CollectionView for showing my list of items and with some actions I can hide and show dynamically some of those items. When I tried to change my CollectionView to SfListView I couldn't manage to show and hide dynamically my rows. Do I have to enable any specific property or function for making it to work correctly?
- With SfListView is it possible to add items inside the ObservableCollection at fixed position and let those show inside the list "in real time"?
Regards