Lazy/deferred loading of a CollectionViewSource?
- by Shimmy
When you create a CollectionViewSource in the Resources section, is the set Source loaded when the resources are initalized (i.e. when the Resources holder is inited) or when data is bound?
Is there a xamly way to make a CollectionViewSource lazy-load? deferred-load? explicit-load?