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

Shell FlyoutHeader doesn't update upon save #72

Open
davidortinau opened this issue Jan 11, 2019 · 1 comment
Open

Shell FlyoutHeader doesn't update upon save #72

davidortinau opened this issue Jan 11, 2019 · 1 comment

Comments

@davidortinau
Copy link

Screencast: https://www.screencast.com/t/e3tyonTx2ek

In this screencast you can see I have a DataTemplate for the FlyoutHeader. Changes to this are not being reloaded. Changes to Shell items in the menu are though.

Additionally there are other DataTemplates.

  • ItemTemplate - for the ShellItem as displayed in the Flyout
  • MenuItemTemplate - for a MenuItem as displayed in the Flyout
<Shell.FlyoutHeaderTemplate>
        <DataTemplate>
            <ContentView HeightRequest="60" BackgroundColor="Black" />
        </DataTemplate>
    </Shell.FlyoutHeaderTemplate>

https://github.com/PureWeen/VisualTesting

FYI - some of these names may be changing, but the functionality is expected to be the same.

@ionoy
Copy link
Contributor

ionoy commented Jan 29, 2019

Hello David,

I have published the 2.1.63 version of LiveXAML NuGet package. Please try updating and see if it fixes the issue for you.

Thanks!

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