# How to use scrollable column and row

**URL:** https://community.thunkable.com/t/how-to-use-scrollable-column-and-row/143643
**Category:** Questions about Thunkable X
**Tags:** design, beginner
**Created:** [July 15, 2019, 12:08pm UTC](https://community.thunkable.com/t/how-to-use-scrollable-column-and-row/143643 "2019-07-15T12:08:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sereno\_Tech](https://avatars.discourse-cdn.com/v4/letter/s/a3d4f5/32.png) [@Sereno\_Tech](https://community.thunkable.com/u/Sereno_Tech)
#### Post date: [July 15, 2019, 12:08pm UTC](https://community.thunkable.com/t/how-to-use-scrollable-column-and-row/143643/1 "2019-07-15T12:08:35Z")

</div>

There is a bug in the column and row ,I am not able to make it scrollable.Thunkable X please fix this issue before July, I’m thinking to make something before July.And also if someone has the solution please tell me and if someone is facing the same problem then please write down. Thanks.

---

<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 15, 2019, 3:42pm UTC](https://community.thunkable.com/t/how-to-use-scrollable-column-and-row/143643/2 "2019-07-15T15:42:56Z")

</div>

scrButtons & scrScrollHorz & scrCustomDrawer

[https://x.thunkable.com/projects/5cd84f23e3097f3353fdad45/project/properties/designer/](https://x.thunkable.com/projects/5cd84f23e3097f3353fdad45/project/properties/designer/)

---

<div class="post-metadata">

### Author: ![BlueWhaleYT](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bluewhaleyt/32/28437_2.png) [@BlueWhaleYT](https://community.thunkable.com/u/BlueWhaleYT)
#### Post date: [July 16, 2019, 10:33am UTC](https://community.thunkable.com/t/how-to-use-scrollable-column-and-row/143643/3 "2019-07-16T10:33:34Z")

</div>

Hi there, scrollable column please remember set the fit height of the column. The scrollable row isn’t exist yet. But, It can solve it intellectually.  
Scrollable Row by ( someone )[https://x.thunkable.com/copy/903650461974da79744b7a9aaa7893f4](https://x.thunkable.com/copy/903650461974da79744b7a9aaa7893f4)

---

<div class="post-metadata">

### Author: ![maxb](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maxb/32/35200_2.png) [@maxb](https://community.thunkable.com/u/maxb)
#### Post date: [July 16, 2019, 11:05am UTC](https://community.thunkable.com/t/how-to-use-scrollable-column-and-row/143643/4 "2019-07-16T11:05:10Z")

</div>

Did you follow the guide in the documentation?

I don’t know for rows, but for columns it works.

# Enable scrolling

| Property | Description |
| --- | --- |
| Scrollable | Default ( `false` ). Indicates whether the column is scrollable. For scrollable to work, you must also set your screen height to `fit contents` and the components in your column must have heights set in `absolute` pixels |

[https://docs.thunkable.com/column#enable-scrolling](https://docs.thunkable.com/column#enable-scrolling)

---

<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:12pm UTC](https://community.thunkable.com/t/how-to-use-scrollable-column-and-row/143643/5 "2024-11-08T12:12:15Z")

</div>


