# Multiple tabs in a Screen

**URL:** https://community.glideapps.com/t/multiple-tabs-in-a-screen/29328
**Category:** Feature Requests
**Created:** [July 20, 2021, 12:16pm UTC](https://community.glideapps.com/t/multiple-tabs-in-a-screen/29328 "2021-07-20T12:16:22Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Golaki](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/golaki/32/27931_2.png) [@Golaki](https://community.glideapps.com/u/Golaki)
#### Post date: [July 20, 2021, 12:16pm UTC](https://community.glideapps.com/t/multiple-tabs-in-a-screen/29328/1 "2021-07-20T12:16:23Z")

</div>

Hi Glide Team,

Is it possible to have a multiple TABs interface inside a Link to Screen Page?

Just a request.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 20, 2021, 12:21pm UTC](https://community.glideapps.com/t/multiple-tabs-in-a-screen/29328/2 "2021-07-20T12:21:54Z")

</div>

Yes, you can use a choice component and visibility to do something like that. You can see what I did in the Food/Activities tab.

> **[Copy of Family Reunion](https://rwtsk.glideapp.io/)**

Another example in one of my apps.

 ![Screenshot_20210718-141107](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/8/48ddbfedc3b0bafddfb1a52ec67922d2853a5f80.jpeg)

---

<div class="post-metadata">

### Author: ![Golaki](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/golaki/32/27931_2.png) [@Golaki](https://community.glideapps.com/u/Golaki)
#### Post date: [July 20, 2021, 12:41pm UTC](https://community.glideapps.com/t/multiple-tabs-in-a-screen/29328/3 "2021-07-20T12:41:31Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/9/39bf60bcce0e4e5a1c44f796b5ac3bf4efa60f0f.png)

Yeah I am aware of this Choice thing and I have already implemented it. But something like the above would be good. Just avoiding unnecessary complications.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 20, 2021, 12:46pm UTC](https://community.glideapps.com/t/multiple-tabs-in-a-screen/29328/4 "2021-07-20T12:46:54Z")

</div>

I’m pretty sure @Manu.n has some CSS to get this effect.

---

<div class="post-metadata">

### Author: ![Manu.n](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manu.n/32/11679_2.png) [@Manu.n](https://community.glideapps.com/u/Manu.n)
#### Post date: [July 20, 2021, 12:50pm UTC](https://community.glideapps.com/t/multiple-tabs-in-a-screen/29328/5 "2021-07-20T12:50:08Z")

</div>

hello, yes I did that

> [@CSS page with Tab (horizontal, vertical)](https://community.glideapps.com/t/css-page-with-tab-horizontal-vertical/27803):
>
> Hello, Here is a CSS to organize your page with tabs [https://streamable.com/iw38x5](https://streamable.com/iw38x5)

---

<div class="post-metadata">

### Author: ![Manu.n](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manu.n/32/11679_2.png) [@Manu.n](https://community.glideapps.com/u/Manu.n)
#### Post date: [July 20, 2021, 12:51pm UTC](https://community.glideapps.com/t/multiple-tabs-in-a-screen/29328/6 "2021-07-20T12:51:17Z")

</div>

But it’s not the tabs but the visibility management
