Forum Discussion
josh_vts
Apr 08, 2024Copper Contributor
Gallery item - remove hover select capability/styling
Hi all, I have a list in gallery view with items customized via JSON formatting. I set it up where clicking on an item takes you to a custom link (in the list record). However, part of the in...
- Jul 09, 2024
josh_vts Hey, not sure if you solved this already, but you can disable the check box - you just need to adjust the JSON for the HideSelection property to be true.
This is set to false by default.
"hideSelection": true,
People can still hover over the card and it will show the hover effect but it won't show that circle.
HelloBenTeoh
Jul 09, 2024Bronze Contributor
josh_vts Hey, not sure if you solved this already, but you can disable the check box - you just need to adjust the JSON for the HideSelection property to be true.
This is set to false by default.
"hideSelection": true,
People can still hover over the card and it will show the hover effect but it won't show that circle.
- josh_vtsJul 09, 2024Copper Contributor