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
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional