# How can i set a row to invisible?

**URL:** https://community.thunkable.com/t/how-can-i-set-a-row-to-invisible/30863
**Category:** Questions about Thunkable X
**Created:** [June 9, 2018, 12:31pm UTC](https://community.thunkable.com/t/how-can-i-set-a-row-to-invisible/30863 "2018-06-09T12:31:23Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Team\_Jaden](https://avatars.discourse-cdn.com/v4/letter/t/d78d45/32.png) [@Team\_Jaden](https://community.thunkable.com/u/Team_Jaden)
#### Post date: [June 9, 2018, 12:31pm UTC](https://community.thunkable.com/t/how-can-i-set-a-row-to-invisible/30863/1 "2018-06-09T12:31:23Z")

</div>

In the new thumkable X i do not understand how to set invisible a row.  
I have the same problem with buttons.

---

<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: [June 9, 2018, 12:38pm UTC](https://community.thunkable.com/t/how-can-i-set-a-row-to-invisible/30863/2 "2018-06-09T12:38:30Z")

</div>

There are several ways:

1. Set width and height = 0
2. Make the background color and the base color transparent (for the Label)
3. Position over the screen area (this is difficult, so do not explain)
4. Cover with a component with a background color

---

<div class="post-metadata">

### Author: ![Team\_Jaden](https://avatars.discourse-cdn.com/v4/letter/t/d78d45/32.png) [@Team\_Jaden](https://community.thunkable.com/u/Team_Jaden)
#### Post date: [June 9, 2018, 12:56pm UTC](https://community.thunkable.com/t/how-can-i-set-a-row-to-invisible/30863/3 "2018-06-09T12:56:52Z")

</div>

thanks. I have tried 1 and 3. it works

---

<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: [June 9, 2018, 1:00pm UTC](https://community.thunkable.com/t/how-can-i-set-a-row-to-invisible/30863/4 "2018-06-09T13:00:22Z")

</div>

How did you do 3? I was wrong 3) Positioning outside the screen. 😉

---

<div class="post-metadata">

### Author: ![Team\_Jaden](https://avatars.discourse-cdn.com/v4/letter/t/d78d45/32.png) [@Team\_Jaden](https://community.thunkable.com/u/Team_Jaden)
#### Post date: [June 9, 2018, 1:02pm UTC](https://community.thunkable.com/t/how-can-i-set-a-row-to-invisible/30863/5 "2018-06-09T13:02:06Z")

</div>

the position in the screen like  
x: 9999  
y: 9999

---

<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: [June 9, 2018, 1:04pm UTC](https://community.thunkable.com/t/how-can-i-set-a-row-to-invisible/30863/6 "2018-06-09T13:04:54Z")

</div>

Good.

---

<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/how-can-i-set-a-row-to-invisible/30863/7 "2024-11-08T12:02:33Z")

</div>


