Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting from SimpleShell to Shell? #26

Open
asafgo opened this issue Aug 19, 2023 · 1 comment
Open

Converting from SimpleShell to Shell? #26

asafgo opened this issue Aug 19, 2023 · 1 comment

Comments

@asafgo
Copy link

asafgo commented Aug 19, 2023

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

@RadekVyM
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants