Clickable Buttons When Buttons Are Invisible
A
Adrian Eaton
It would be very nice to have the ability to click buttons even when Visibility is set to false. The use case would be overlaying a button over an image to feign clickability when the component itself can't have events scripted to it (like an On-Click Navigation to a new page).
Log In
A
Adrian Eaton
Update: This can be done by setting Opacity to 0 on the Button's Style (instead of setting Visibility to False).