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

Flyout - Border not shown #2764

Closed
BornToBeRoot opened this issue Dec 13, 2016 · 1 comment
Closed

Flyout - Border not shown #2764

BornToBeRoot opened this issue Dec 13, 2016 · 1 comment
Assignees
Milestone

Comments

@BornToBeRoot
Copy link

What steps will reproduce this issue?

Flyout Border not shown

image

I've set BorderBrush and Thickness but it dont show anything

image

Expected outcome

A red border around the flyout

--

Environment

  • MahApps.Metro v0.6.1
  • Windows 7 / 10
  • Visual Studio 2016
  • .NET Framework 4.6.1
@BornToBeRoot
Copy link
Author

BornToBeRoot commented Dec 15, 2016

I found a workaround...

If you set CloseButtonVisibility & TitleVisibility to Collapsed and then add a border around your content...

image

<Border BorderBrush="{DynamicResource AccentColorBrush}" BorderThickness="1,1,1,0">
Your content...
</Border>

Disadvantage:

  • You have to create your own title and close-button

Would be nice if we could use the properties of the flyout to set a border...

@punker76 punker76 self-assigned this Dec 15, 2016
@punker76 punker76 added this to the 1.5.0 milestone Apr 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants