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
When using the following code only the first Flyout has the close arrow, additional right positioned Flyouts show the circle but no arrow is inside.
<metro:MetroWindow.Flyouts> <metro:Flyout Header="settings" Position="Right"> <TextBlock Text="Will hold settings information" /> </metro:Flyout> <metro:Flyout Header="new goodness" Position="Right"> <StackPanel Orientation="Vertical"> <Button Content="create" /> <Button Content="cancel" /> </StackPanel> </metro:Flyout> <metro:Flyout Header="third" Position="Right"> <TextBlock Text="a third for testing" /> </metro:Flyout> </metro:MetroWindow.Flyouts>
Left positioned Flyouts appear to always show their arrows.
The text was updated successfully, but these errors were encountered:
added repro for issue #318
5585388
I can see the issue here, currently digging into whether something with this data trigger is not firing for some scenarios. Puzzling.
Sorry, something went wrong.
Akward, it doesn't seem to appear when i do this, tested it out, works perfectly with arrow...
hi,
take a look at my checkin #358 (my branch flyouts). i improved/updated the flyouts style and demo example.
jan
Fixed in #358
shiftkey
No branches or pull requests
When using the following code only the first Flyout has the close arrow, additional right positioned Flyouts show the circle but no arrow is inside.
Left positioned Flyouts appear to always show their arrows.
The text was updated successfully, but these errors were encountered: