Maui.Markup way to define VisualStates in Styles #64
devonuto
started this conversation in
New Feature Discussions
Replies: 4 comments 3 replies
-
This would be very helpful. As a reference, also look at VincentH-Net/CSharpForMarkup#22 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree, this would be very helpful. Do we create an issue from this to hopefully get it worked on? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello, any news about this question? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
this works:
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Working with the new Maui.Markup way of defining style setters:
It would be nice if we could extend it for adding visual states, if possible maybe something simple like this:
May obviously need to change, if multiple state groups are required, but this method would assume all visual states are within the same visual state group.
Currently, the only method I have found to define these state setters is by creating my own Grid type like this which is a little convoluted:
Related origin: #61
Beta Was this translation helpful? Give feedback.
All reactions