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
Flyout Border not shown
I've set BorderBrush and Thickness but it dont show anything
A red border around the flyout
--
The text was updated successfully, but these errors were encountered:
I found a workaround...
If you set CloseButtonVisibility & TitleVisibility to Collapsed and then add a border around your content...
<Border BorderBrush="{DynamicResource AccentColorBrush}" BorderThickness="1,1,1,0"> Your content... </Border>
Disadvantage:
Would be nice if we could use the properties of the flyout to set a border...
Sorry, something went wrong.
1a1ba41
punker76
No branches or pull requests
What steps will reproduce this issue?
Flyout Border not shown
I've set BorderBrush and Thickness but it dont show anything
Expected outcome
A red border around the flyout
--
Environment
The text was updated successfully, but these errors were encountered: