# Scrollable Textbox

**URL:** https://community.thunkable.com/t/scrollable-textbox/4107614
**Category:** Tutorials and DIY Guides
**Tags:** text, staff, tips
**Created:** [September 11, 2025, 11:38pm UTC](https://community.thunkable.com/t/scrollable-textbox/4107614 "2025-09-11T23:38:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brianl](https://avatars.discourse-cdn.com/v4/letter/b/f14d63/32.png) [@brianl](https://community.thunkable.com/u/brianl)
#### Post date: [September 11, 2025, 11:38pm UTC](https://community.thunkable.com/t/scrollable-textbox/4107614/1 "2025-09-11T23:38:57Z")

</div>

Two ways to create a scrollable textbox. The first is with a text input, and the second is with a layout and a label.

**Text Input**  
This is the easiest way. Add a text input. Set Editable to FALSE and Multiline to TRUE. The only problem with this method is that Editable only works on IOS and Android. This does not work with web preview or web publishing.

 ![Screenshot 2025-09-11 at 4.31.09 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/7/172fb4a33d98f11fe4fa1daea9b9095eff5cb087.png)

**Layout and Label**  
I would recommend using the text input method if possible, but this is how you set up a layout and label. First, have a label in a container all by itself. Set the label to the setting below, and make sure the container is scrollable.

 ![Screenshot 2025-09-11 at 4.31.38 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/8/e8001580a989a039e8a87a3259b11e00a93b3151.png)

## [Project Link](https://x.thunkable.com/projectPage/68c3105332474bd694d38686)
