web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Nishant Rana’s Weblog / Use TemplateFill property t...

Use TemplateFill property to highlight selected item in Gallery – Canvas App

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee
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, 189, 125, 1)) The result à Pick color from – https://rgbacolorpicker.com/ Hope it helps..

This was originally posted here.

Comments

*This post is locked for comments