Is it possible to change a control to another control during on_click event? #1249
Unanswered
AaronCatolico
asked this question in
Q&A
Replies: 2 comments 2 replies
-
You can place the controls you need in a stack and then make them visible or not as required, the controls will appear to replace each other. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I misunderstood the question then. Please post your solution here so other people with the same question can get help. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm thinking that this should be something easy to do, no?
Say that I have an IconButton and when I click it, I'd like it to change into a row with 2 buttons.
Please check the example code I've added to get an idea of what I'm aiming for.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions