I have a Horizontal Gallery, where it displays different items for each row.
I am able to configure borders around each row by setting Gallery.Template Padding and Gallery.TemplateFill.
However, I find it impossible to set borders around each column.
Below are the methods I have tried:
1. Using Rectangle -> This solution will not work as it overlays above the Gallery items, causing hyperlinks in my icons to be unclickable.

2. Using Borders around each item -> This solution did not work as the borders disappear when I mouse-hover above an icon.

Can I get help on this please?