I have a view displaying the items of a fast changing model.
Sometimes the view cannot keep up with displaying new data making the GUI less responsive.
So I would like to know if there is a way to change the displaying policy of the view, f.e. making the view to refresh it content on a timer event.