Hi Folks,
I need to add a button in vertical form, but i can't find the option to rotate the text inside the button.
please help
Solved! Go to Solution.
For those who are reading this and are struggling to apply this, you need two controls, a button and an HTML text item.
Create HTML in the HTML text item such that it generates a textbox with the proper fill, color, and text for the un-hovered button. The code that @v-bofeng-msft shared should work pretty well. Place a button on top with a blank text field and change the Fill to be RGBA(0,0,0,0), the HoverFill to RGBA(0,0,0,.2), and the PressedFill to RGBA(0,0,0,.4). Feel free to tweak as needed. Put all actions on the Button.OnSelect and it should look how you want while also behaving mostly correct as well. The only downside is the text color isn't easily mutable because you're not actually doing dynamic work on the HTMLText.
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 |
---|---|
185 | |
54 | |
43 | |
36 | |
33 |
User | Count |
---|---|
261 | |
78 | |
75 | |
71 | |
67 |