Popups are nice, add an option to have Rounded Corners as that's more appealing and provides a distinct look #352
Replies: 6 comments 11 replies
-
we need to check if the platform API supports rounded corners.
|
Beta Was this translation helpful? Give feedback.
-
Have another question, have used the single instance of XCT Popup that does not return any value, like a busy indicator, and the Whereas when the same scenario is attempted with MAUI Popup, after invoking the near equivalent Is this intentionally modified behavior or would be addressed in the later previews/GA version? |
Beta Was this translation helpful? Give feedback.
-
Surrounded my Popup content with a Frame with some CornerRadius and Shadow property set to true. But since Popup inherits from Element and not VisualElement, hence no BackgroundColor property available to modify it. Kindly look into it. |
Beta Was this translation helpful? Give feedback.
-
Rounded corners not working with the .NET MAUI GA release and its compatible v1.0.0 release of CommunityToolkit.Maui package. The same code worked fine in the earlier version providing a rounded corner effect for the Popup. |
Beta Was this translation helpful? Give feedback.
-
Have we determined how to properly get rounded corners with MCT popups? |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
-
Popups are nice, add an option to have Rounded Corners as that's more appealing and provides a distinct look and feel.
And now almost every platform has implemented rounded corners in their UI shell including Windows.
Beta Was this translation helpful? Give feedback.
All reactions