Lazy/deferred loading of a CollectionViewSource?
Posted
by Shimmy
on Stack Overflow
See other posts from Stack Overflow
or by Shimmy
Published on 2010-05-09T17:29:36Z
Indexed on
2010/05/09
17:38 UTC
Read the original article
Hit count: 439
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?
© Stack Overflow or respective owner