# Hide components

**URL:** https://community.thunkable.com/t/hide-components/34178
**Category:** Questions about Thunkable X
**Created:** [July 4, 2018, 4:52am UTC](https://community.thunkable.com/t/hide-components/34178 "2018-07-04T04:52:21Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![alfcanova](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/alfcanova/32/20747_2.png) [@alfcanova](https://community.thunkable.com/u/alfcanova)
#### Post date: [July 4, 2018, 4:52am UTC](https://community.thunkable.com/t/hide-components/34178/1 "2018-07-04T04:52:21Z")

</div>

Hi all,

I would like to hide a textInput or a Button depending on the option made by the user … But I am not finding this option!

How can I do it?

thankful

André

---

<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 4, 2018, 6:44am UTC](https://community.thunkable.com/t/hide-components/34178/3 "2018-07-04T06:44:07Z")

</div>

This is not possible in Thunkable X. There is a workaround, see here:

> [@Visibility still possible?](http://community.thunkable.com/t/visibility-still-possible/33978):
>
> Is it still possible to set components to be not visible in thunkable x?

---

<div class="post-metadata">

### Author: ![Kanishka\_Developer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kanishka_developer/32/19906_2.png) [@Kanishka\_Developer](https://community.thunkable.com/u/Kanishka_Developer)
#### Post date: [July 4, 2018, 7:25am UTC](https://community.thunkable.com/t/hide-components/34178/4 "2018-07-04T07:25:09Z")

</div>

@Surinder This is the Discussion category for Thunkable X. Your solution uses Thunkable Classic, and @alfcanova probably knows how to do that. Still, helping others in the community is appreciated! 😄

---

<div class="post-metadata">

### Author: ![alfcanova](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/alfcanova/32/20747_2.png) [@alfcanova](https://community.thunkable.com/u/alfcanova)
#### Post date: [July 4, 2018, 11:48am UTC](https://community.thunkable.com/t/hide-components/34178/5 "2018-07-04T11:48:25Z")

</div>

Hi,

@Surinder, @Kanishka_Developer and all

Yes I know the solution for Classic version!

@giorgiospugnesi, complicated and impractical method…

The Thunkable X is fantastic but basic features are missing!

Let’s wait for new releases

Thanks all. All help is welcome!

André

---

<div class="post-metadata">

### Author: ![khunter83](https://avatars.discourse-cdn.com/v4/letter/k/b3f665/32.png) [@khunter83](https://community.thunkable.com/u/khunter83)
#### Post date: [July 4, 2018, 12:14pm UTC](https://community.thunkable.com/t/hide-components/34178/6 "2018-07-04T12:14:27Z")

</div>

I’ve found it possible by making the height to 0.

I had a row with 6 buttons.  
If my blocks set the row AND the buttons to height 0, they dissapear.

---

<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 4, 2018, 12:24pm UTC](https://community.thunkable.com/t/hide-components/34178/7 "2018-07-04T12:24:29Z")

</div>

> [@alfcanova](#):
>
> @giorgiospugnesi, complicated and impractical method…

Mine was a provocation 😉  
Visibility is a basic feature.

---

<div class="post-metadata">

### Author: ![alfcanova](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/alfcanova/32/20747_2.png) [@alfcanova](https://community.thunkable.com/u/alfcanova)
#### Post date: [July 4, 2018, 1:36pm UTC](https://community.thunkable.com/t/hide-components/34178/8 "2018-07-04T13:36:02Z")

</div>

@giorgiospugnesi

Hey… it is! 😁 😢 😂

---

<div class="post-metadata">

### Author: ![alfcanova](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/alfcanova/32/20747_2.png) [@alfcanova](https://community.thunkable.com/u/alfcanova)
#### Post date: [July 4, 2018, 1:38pm UTC](https://community.thunkable.com/t/hide-components/34178/9 "2018-07-04T13:38:55Z")

</div>

Ok, good idea, but what about restoring the original size and unhiding the buttons?

Thanks again

André

---

<div class="post-metadata">

### Author: ![khunter83](https://avatars.discourse-cdn.com/v4/letter/k/b3f665/32.png) [@khunter83](https://community.thunkable.com/u/khunter83)
#### Post date: [July 4, 2018, 2:29pm UTC](https://community.thunkable.com/t/hide-components/34178/10 "2018-07-04T14:29:28Z")

</div>

Have another set of blocks that give them their original height  
I have two buttons on my screen:  
Each button press triggers specific rows and buttons to become 0 height and others to become 40

e.g.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/0/c05b18633e358e93f9053ce69ad8b2c254cc447c.png)

---

<div class="post-metadata">

### Author: ![Surinder](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/surinder/32/5603_2.png) [@Surinder](https://community.thunkable.com/u/Surinder)
#### Post date: [July 4, 2018, 7:45pm UTC](https://community.thunkable.com/t/hide-components/34178/11 "2018-07-04T19:45:42Z")

</div>

Oh, I had not seen that, as I was navigating the normal thunkable discussion.

---

<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:02pm UTC](https://community.thunkable.com/t/hide-components/34178/12 "2024-11-08T12:02:13Z")

</div>


