On the left hand side, is a Gallery(Gallery1), I want that when I select any of those three items they get highlighted into bold or change colour or something to indicate it has been selected. It does get selected because on the right it shows the value when it clicked on.
I have tried the following formulas:
Gallery1 -> OnSelected -> If(ThisItem.IsSelected, Colour.DarkRed)
Gallery1 -> OnSelected -> If(ThisItem.IsSelected, Font.'Open Sans')
Gallery1 -> OnSelected -> If(ThisItem.IsSelected, Font = DropShadow.Bold)
None of the above work, every time I click on for example "Combination CBC Block" it get shown in the right hand side under product selected but I have no way showing it has been selected on the left hand side because the item selected is not going bold, or changing to a different colour.
Please help! 🙂
Thanks
Omar
Thank you CNT you are a legend it works!
Have a great day! 🙂
@TheBest355 Please try the following,
Set the TemplateFill property of the Gallery to,
If( ThisItem.IsSelected, RGBA(color that you want selected), RGBA(regular color) )
Please remember to give a 👍 and accept my solution as it will help others in the future.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473