Quantcast
Channel: Caliburn.Micro: Xaml Made Easy
Viewing all articles
Browse latest Browse all 1760

New Post: WP8 - OnActivate event doesn't work in Screen

$
0
0
I'm not sure I'm understanding Your question but if You refer to populating Items I do it like in sample by Ioc in constructor of my conductor

public MainPageViewModel(INavigationService navigationService, HomeViewModel homeViewModel, LibraryViewModel libViewModel, StoreViewModel storeViewModel, SettingsViewModel settingsViewModel) 
        {
            this.navigationService = navigationService;

            this.Items.Add(homeViewModel);
            this.Items.Add(libViewModel);
            this.Items.Add(storeViewModel);
            this.Items.Add(settingsViewModel);
        }

Viewing all articles
Browse latest Browse all 1760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>