I downloaded the Expander Content App from this url - https://powerapps.microsoft.com/en-us/blog/ux-patterns-expander-control-with-expand-collapse-animati...
How do I customize the text display of each Expander Content? Once I change the text, it cascade to all expander content.
Thanks.
Solved! Go to Solution.
Hi @Anonymous ,
Try to change the Items property of Gallery1 as below:
Table({Value:"Expander Header 1",Content:"A"},{Value:"Expander Header 2",Content:"B"},{Value:"Expander Header 3",Content:"C"},{Value:"Expander Header 4",Content:"D"})
Then modify the Text property of EpanderContent_1 as below:
ThisItem.Content
Note: you can replace to any text you want of each record in Content of the first formulas.
Best regards,
Sik
Hi @Anonymous ,
Try to change the Items property of Gallery1 as below:
Table({Value:"Expander Header 1",Content:"A"},{Value:"Expander Header 2",Content:"B"},{Value:"Expander Header 3",Content:"C"},{Value:"Expander Header 4",Content:"D"})
Then modify the Text property of EpanderContent_1 as below:
ThisItem.Content
Note: you can replace to any text you want of each record in Content of the first formulas.
Best regards,
Sik
User | Count |
---|---|
172 | |
94 | |
74 | |
72 | |
58 |
User | Count |
---|---|
215 | |
164 | |
95 | |
92 | |
74 |