We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<Button> <ui:FlyoutService.Flyout> <ui:CommandBarFlyout> <ui:AppBarButton /> </ui:CommandBarFlyout> </ui:FlyoutService.Flyout> </Button>
The button and each AppBarButton goes well, but always get this annoying error when drop the flyout first time.
System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=FlyoutTemplateSettings.ContentClipRect; DataItem='CommandBarFlyoutToolBar' (Name='PART_ToolBar'); target element is 'RectangleGeometry' (HashCode=3068848); target property is 'Rect' (type 'Rect')
The text was updated successfully, but these errors were encountered:
d898bef
Thanks for reporting. Although I'm not getting this error with the sample app, I made a change that should eliminate the error.
Sorry, something went wrong.
No branches or pull requests
The button and each AppBarButton goes well, but always get this annoying error when drop the flyout first time.
The text was updated successfully, but these errors were encountered: