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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
190 | |
66 | |
45 | |
42 | |
20 |
User | Count |
---|---|
245 | |
120 | |
83 | |
74 | |
69 |