
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