[Proposal] PopupOptions should have a way to be set "globally" or per Popup class #2729
Sebastian1989101
started this conversation in
General
Replies: 1 comment
-
We could set thing directly in the xaml before. Now, the caller must set the option. That's a bit disturbing. |
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.
-
Feature name
PopupOptions per Popup not per Open Call
Link to discussion
n/a
Progress tracker
Summary
Having to set CanBeDismissed to false now on each ShowPopup call is a total mess for old applications. I have to modify a lot of parts of my app because of this. There should be a way to set this per Popup class (as previous) or even globally change the "default".
Motivation
A lot of migration work due to unnecessary removal.
Detailed Design
n/a
Usage Syntax
Drawbacks
No response
Alternatives
No response
Unresolved Questions
No response
Beta Was this translation helpful? Give feedback.
All reactions