WildGums/Orc.FilterBuilder

Add support for FastObservableCollection

GeertvanHorrik opened this issue · 2 comments

The FastObservableCollection (part of Catel) only updates after all the items have been added. This prevents the filter from update on the Clear + add item 1 + add item 2 + etc. This way we will only get a single event at the end of the filter apply so we don't have to redraw the UI too many times.

Implemented

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.