Changing Visible to false and freeing page area

I'm changing the visibility on labels that are in a Row/Column.
The visibility changes as I would like but I also want the real estate it uses to go away.

For example I have hidden rows of text here but space is still being reserved, what properties are causing that, I having trouble since there are many possible ones?

Thanks!

The rows and columns occupy space even when they are empty. You need to hide them. Here is how to do that via custom attributes (this is applied to the Row you want to hide):

1 Like

Perfect, thank you very much!

-Bill