ObservableCollections icon indicating copy to clipboard operation
ObservableCollections copied to clipboard

Running filter for initial elements

Open slimshader opened this issue 2 years ago • 1 comments

Hi,

because filter is attached to the view after creation it is not run for the elements that already in the collection when the view is being created. This breaks Unity example that sets parent in the filer Add event.

What is the correct solution?

  1. Add the same logic as in the filter Add in the CreateView() factory? (setting parent on creation)
  2. Is there a way to run filter on creation?

slimshader avatar Feb 22 '22 11:02 slimshader

bump

Kevdome3000 avatar May 26 '22 01:05 Kevdome3000

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Aug 25 '22 00:08 github-actions[bot]