You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to convert GadgetStoreApp to use Shell instead of SimpleShell I am receiving the error "The property 'ShellContents' was not found in type 'AppShell'" at AppShell.xaml with this line of code: BindableLayout.ItemsSource="{Binding Source={x:Reference thisShell}, Path=ShellContents}"
Is it possible to user Shell instead of SimpleShell please?
Thanks,
AG
The text was updated successfully, but these errors were encountered:
Hi @asafgo,
why would you like to do that? You can use normal Shell, but you will lose the ability to create custom navigation controls from scratch. ShellContents is a SimpleShell property, as are some other properties (such as the Content property) which are used in this sample app.
HI,
When trying to convert GadgetStoreApp to use Shell instead of SimpleShell I am receiving the error "The property 'ShellContents' was not found in type 'AppShell'" at AppShell.xaml with this line of code:
BindableLayout.ItemsSource="{Binding Source={x:Reference thisShell}, Path=ShellContents}"
Is it possible to user Shell instead of SimpleShell please?
Thanks,
AG
The text was updated successfully, but these errors were encountered: