Hi, I bind the gridview in winforms to a generic list with a custom object.
The object implements the INotifyPropertyChanged interface and has the "OnPropertyChanged" event in the setter of almost all properties of said object.
Now the list is being run in a service to update the data and only when scrolling the gridview the gridview is being updated.
Is there a way to have this done automatically? Am I missing something?
Thanks
The object implements the INotifyPropertyChanged interface and has the "OnPropertyChanged" event in the setter of almost all properties of said object.
Now the list is being run in a service to update the data and only when scrolling the gridview the gridview is being updated.
Is there a way to have this done automatically? Am I missing something?
Thanks