Dynamics 365 Customer Engagement
Use TemplateFill property to highlight selected item in Gallery – Canvas App
To highlight the selected item inside a gallery control, we can use its TemplateFill property. The default value is RGBA(0,0,0,0) Change it to If(ThisItem.IsSelected,RGBA(114,…
