How to create a reuseable Popup #1703
Replies: 2 comments 6 replies
-
Does this section from our docs help? https://learn.microsoft.com/en-gb/dotnet/communitytoolkit/maui/views/popup#styling |
Beta Was this translation helpful? Give feedback.
6 replies
-
Closed as answered, if closed in error please let us know to re-open. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to create a reusable styled popup? I want to define the border radius and some other style properties and want other popups to inherit from this
BasePopup
.We can do this using ControlTemplate and ContentPresenter in a ContentPage but I don't think it's possible here.
Beta Was this translation helpful? Give feedback.
All reactions