How to reset Height from 0

So I’ve set the height of a Row to Fit Contents. Then by Blocks I’ve set the Height of that Row to 0 to make it invisible. How do I, by blocks, reset that Row to its original format to make it visible again?

Simple question I know, but I’m a beginner and simply experimenting, and cannot find any documentation. TIA

As you set it to 0 you can set it on any value. You can store initial value in a global variable and use that value when you want this Row visible.

To set the width or height, you can use a numeric or a text box. In a text block you can specify the number with the % symbol, Fit contents or Fill container.

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

1 Like

Yes, thank you both. Simple I know, but I didn’t realise one could reset with a text block.