# Hide listview after selecting item in list

**URL:** https://community.thunkable.com/t/hide-listview-after-selecting-item-in-list/455188
**Category:** Questions about Thunkable X
**Created:** [February 10, 2020, 4:33am UTC](https://community.thunkable.com/t/hide-listview-after-selecting-item-in-list/455188 "2020-02-10T04:33:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rojroj101s](https://avatars.discourse-cdn.com/v4/letter/r/ec9cab/32.png) [@rojroj101s](https://community.thunkable.com/u/rojroj101s)
#### Post date: [February 10, 2020, 4:33am UTC](https://community.thunkable.com/t/hide-listview-after-selecting-item-in-list/455188/1 "2020-02-10T04:33:35Z")

</div>

Hello Thunkers,

I’m a new thunker and i’ve been working on a big project : ) and this is my first post. Can anyone help me hide the listview after I select an item in it? right now I have a button that opens the list view, I select an option in the listview and want the list view to go away unless the button is pushed again.

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [February 10, 2020, 5:01am UTC](https://community.thunkable.com/t/hide-listview-after-selecting-item-in-list/455188/2 "2020-02-10T05:01:08Z")

</div>

Hi, @rojroj101s! 👋  
**Welcome to our Community!! 🎉 🎉**

It’s great to know that you are developing an App. 👍

* * *

The function you are asking for, is easy to implement. (Don’t worry!)

Here are some blocks that would help you -

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/b/dba7d9e4158496900d9f2f6357cacf73fd1ed710.png)

> **What are we doing?**
>
> At start, only the button is visible. When the button is clicked, the button hides, and the listviewer comes. When any item is clicked in the list, the listviewer hides, and the button comes. The same process would rotate, everytime the button is clicked.

Hope I helped you! 😊

Don’t forget to read [**Thunkable Docs**](https://docs.thunkable.com), and our Community Guidelines in the #communityguidelines category! 🙃

Good Luck! 👍  
Thanks! 😊

**Happy Thunking! 🎉**

---

<div class="post-metadata">

### Author: ![rojroj101s](https://avatars.discourse-cdn.com/v4/letter/r/ec9cab/32.png) [@rojroj101s](https://community.thunkable.com/u/rojroj101s)
#### Post date: [February 11, 2020, 10:59pm UTC](https://community.thunkable.com/t/hide-listview-after-selecting-item-in-list/455188/4 "2020-02-11T22:59:15Z")

</div>

Thank you so much Kartik!

This helped me get alot further in my project. Ive been using the viability more in my project and actually have another question you may be able to help me solve. Again, I don’t think its too complicated but I’m stumped at the moment.

# [Make a button visable given multiple conditions](http://community.thunkable.com/t/make-a-button-visable-given-multiple-conditions/459208)

[#Thunkable ✕ Discuss (Cross Platform)](http://community.thunkable.com/c/thunkable-cross/49)

> [@Make a button visable given multiple conditions](http://community.thunkable.com/t/make-a-button-visable-given-multiple-conditions/459208):
>
> Hello again Thunkers, I am a little stuck on this one. I’m assuming the answer is pretty easy or straight forward but I can seem to solve it … I’m trying to make 1 button visible only after 2 conditions are met. So when the user selects an item from 2 different list views I would like to make the button available. These are my blocks, so far I know how to make it visible after condition 1 is met (listview2 is selected) However i would like it to only be visible after listview 2 and …

---

<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, 11:41am UTC](https://community.thunkable.com/t/hide-listview-after-selecting-item-in-list/455188/5 "2024-11-08T11:41:03Z")

</div>


