Hey all,
Newbie on Poweapps. Im am creating this app to keep a tally on a bar. I have a dropdown menu inside a button, which I would like to bring forward on edit mode, but stay at back otherwise, so its not in the way of selecting the button. Please see attached screenshots.
This is how it looks like in edit mode.
But in view mode, the dropdown menu is in the way of the button. If I click in the dropdown my button wont work.
If I send the dropdown menu backward, as shown below, I can't access the dropdown menu in edit mode (see the screenshots).
How do I fix this issue?
Thank you,
Pathum
Solved! Go to Solution.
Hi @PathumBandara ,
I think you can consider to hide Button1, then you can set the "Visible" property to:
If(TglEdit.Value=true,false,true)
Hi @PathumBandara ,
What is the button for? Probably you can consider just put the button at the beside the dropdown or under the dropdown...
Hi @PathumBandara ,
I think you can consider to hide Button1, then you can set the "Visible" property to:
If(TglEdit.Value=true,false,true)
Check CSS for the button.
I think on view mode, button CSS getting changed. Use JavaScript or JQuery with condition.
if ViewMode is true then set CSS for button.
That's a great work around... Thank you so much for the suggestion.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
177 | |
52 | |
41 | |
36 | |
27 |
User | Count |
---|---|
243 | |
81 | |
71 | |
69 | |
66 |