tttyy

Results 1 issues of tttyy

### Steps to reproduce 1. Declare an ObservableCollection public ObservableCollection Collection {get;set;} = new ObservableCollection(); // Initialize somewhere Collection.Add("1"); Collection.Add("2"); Collection.Add("3"); 2. Bind to a RecyclerView using local:MvxBind="ItemsSource Collection" 3....