User avatar
sfernandez
Site Admin
Posts: 2991
Joined: 22 Dec 2011, 19:20

Re: ListBox item recycling for large lists

03 Jun 2019, 11:02

In MVVM you will expose an ObservableCollection for the items, and changes done to that collection will reflect in the UI.
In order to notify of changes in the data items so UI can be automatically updated, your data must implement the INotifyPropertyChanged interface.
You can read more about this in our Data Binding tutorial.
 
whidbey
Posts: 49
Joined: 26 May 2019, 07:16

Re: ListBox item recycling for large lists

03 Jun 2019, 11:17

In MVVM you will expose an ObservableCollection for the items, and changes done to that collection will reflect in the UI.
In order to notify of changes in the data items so UI can be automatically updated, your data must implement the INotifyPropertyChanged interface.
You can read more about this in our Data Binding tutorial.
ok,thanks

Who is online

Users browsing this forum: Ahrefs [Bot] and 2 guests