I have a Dashboard Layout object with about 8 panels. Depending on some selection criteria I need to be able to either show or hide (in real time) one of the panels or change the SizeY. I assume that if I change the SizeY and there is a panel below the panel I want to make larger or smaller, I need to change the Row property.
My preference would be to create two different panels and show and hide them as needed but there doesn't appear to be a Visibility setting on the panel. So then I tried to do a resize. However when the values that are bound to SizeY change, it does not affect the panel at all. I have tried doing a refresh on the panel as well as the dashboard objects, but that doesn't seem to do anything.
I also tried to place if statements around the Panels, but when the else condition of the if statement is met it doesn't render anything on the panel.