Hello ,
I am creating a app in which there is a side bar which can expand when i click on the button on side bar.
And i am having a label besides the side bar .The side bar works fine as i have set some properties for side bar.
But when sde bar expands i am still able to see my label.
What i want is that when the side bar expands ,the label should hide behind the side bar (Side bar is a recatangle).
Iamges:1.Side bar and label
2.When side bar expands
I want the label "Text " to hide behind the Side bar (Rectangle).
Thanks in advance!!
Hi @abd3127,
How do you expand the side bar within your PowerApps app?
I have made a test on my side and please take a try with the following workaround:
UpdateContext({isClicked:false})
UpdateContext({isClicked:!isClicked})
Width property of Rectangle control set to following formula:
If(isClicked=true,444,111)
If(isClicked=true,false,true)
The image reference:
After Click on “Rectangle” control:
Best regards,
Kris
@v-xida-msft yeah thats how i am expanding my side bar menu and its working now,
Thanks for the solution.
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 |
---|---|
209 | |
47 | |
43 | |
41 | |
36 |
User | Count |
---|---|
290 | |
84 | |
81 | |
79 | |
77 |