Page 1 of 1

making grid column being a clickable link

Posted: Tue Aug 20, 2019 12:21 pm
by piotrh
Is there a way to do it?
Example: layout grid 100vh - two columns containing vertically and horyzontally centered objects.
I would like not only clicking objects to trigger action but whole column space.

Re: making grid column being a clickable link

Posted: Tue Aug 20, 2019 1:08 pm
by Pablo
A layout grid is for layout purposes only. It cannot have an anchor/link.

Re: making grid column being a clickable link

Posted: Tue Aug 20, 2019 1:19 pm
by piotrh
Thank You Pablo.
I thought so...
So I experimented a little and I think, I've found a trick to do that.
I simply inserted another 100vh grid inside column and made it clickable via events. Seems to be working fine.
In case someone needs to achieve what I do.