我想在CollectionView中自动添加条目,同时在Xamarin表单中滚动。我有一个ObservableCollection<ModelItem>对象作为ItemsSource to CollectionView。如何在滚动时更新ItemsSource,以便添加CollectionView中的项目。
在成功执行自定义操作后,我正在尝试获取要刷新的列表。function * actionApproveSuccess () { yield put(push('/comments')) // react-redux-router also has no refresh() method, like react-router h