Background Image

Knowledge base articles about
refresh

Search DlhSoft Team's blog for refresh

In order for the components within Gantt Chart Library for WPF or Project Management Library for WPF to be able to refresh their user interface when object property values change within your data bound custom task or other type of items, you need to make sure that you custom item class implements the INotifyPropertyChanged interface (as other standard controls require). To…

If you reinitialize the Items collection of the Silverlight™ based Gantt Chart components from Gantt Chart Light Library, you may notice that sometimes the reload operation runs slower than the initial load of a large data amount, although this issue doesn't occur with the same WPF based components and the same data amount. Based on our investigations, we have fo…

Generally, you shouldn't need to refresh the user interface of our WPF or Silverlight™ controls manually, as they would automatically refresh themselves whenever the data changes, provided that the bound collections implement INotifyCollectionChange (or IBindingListView), request already fulfilled by ObservableCollection<T> (or BindingList<T>), and that collection item types properly implement INo…