Nested user controls example

This example shows how to use nested user controls without instantiating all the view models of the nested user controls first. As you can see by the view model creation time, the view models are actually created on-demand (we also call this lazy loading of view models).

Screenshots