# How to reset Height from 0

**URL:** https://community.thunkable.com/t/how-to-reset-height-from-0/36661
**Category:** Questions about Thunkable X
**Created:** [July 20, 2018, 1:50am UTC](https://community.thunkable.com/t/how-to-reset-height-from-0/36661 "2018-07-20T01:50:01Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![compass1312](https://avatars.discourse-cdn.com/v4/letter/c/58956e/32.png) [@compass1312](https://community.thunkable.com/u/compass1312)
#### Post date: [July 20, 2018, 1:50am UTC](https://community.thunkable.com/t/how-to-reset-height-from-0/36661/1 "2018-07-20T01:50:01Z")

</div>

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

---

<div class="post-metadata">

### Author: ![giorgiospugnesi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/giorgiospugnesi/32/10505_2.png) [@giorgiospugnesi](https://community.thunkable.com/u/giorgiospugnesi)
#### Post date: [July 20, 2018, 6:41am UTC](https://community.thunkable.com/t/how-to-reset-height-from-0/36661/2 "2018-07-20T06:41:11Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [July 20, 2018, 6:48am UTC](https://community.thunkable.com/t/how-to-reset-height-from-0/36661/3 "2018-07-20T06:48:21Z")

</div>

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](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/e/ce5c47ece37b53ff6b558153ab446589c01180a5.png)

---

<div class="post-metadata">

### Author: ![compass1312](https://avatars.discourse-cdn.com/v4/letter/c/58956e/32.png) [@compass1312](https://community.thunkable.com/u/compass1312)
#### Post date: [July 20, 2018, 9:36am UTC](https://community.thunkable.com/t/how-to-reset-height-from-0/36661/4 "2018-07-20T09:36:39Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:01pm UTC](https://community.thunkable.com/t/how-to-reset-height-from-0/36661/5 "2024-11-08T12:01:14Z")

</div>


