Handling collection changed events of MvxObservableCollection in standard RecyclerView

前端 未结 0 1580
隐瞒了意图╮
隐瞒了意图╮ 2020-12-03 02:41

I have an MvxObservableCollection

public MvxObservableCollection Items
        {
            get => items;
            set => SetPr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题