Open MicrosoftNik opened 7 months ago
Said Andrew:
I'd guess that the flyout viewmanager would have to forward the corner radius properties to the correct XAML elements. https://github.com/microsoft/react-native-windows/blob/72c9d7f8592a7a3e71e4da83a8e33e7d603477a8/vnext/Microsoft.ReactNative/Views/FlyoutViewManager.cpp#L295
Summary
The current
Flyout
control does not support the passing of aborderRadius
prop. If aView
inside theFlyout
control has aborderRadius
, the rectangular corners of the Flyout control become clearly visible at the corners of theView
.Motivation
The current
Flyout
control does not meet visual standards when used with Views that have rounded corners.Basic Example
No response
Open Questions
No response