# G4P Droplist - Can it open UP?

**URL:** https://discourse.processing.org/t/g4p-droplist-can-it-open-up/44390
**Category:** Libraries
**Created:** [May 6, 2024, 12:33am UTC](https://discourse.processing.org/t/g4p-droplist-can-it-open-up/44390 "2024-05-06T00:33:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Thundercat](https://avatars.discourse-cdn.com/v4/letter/t/dbc845/32.png) [@Thundercat](https://discourse.processing.org/u/Thundercat)
#### Post date: [May 6, 2024, 12:33am UTC](https://discourse.processing.org/t/g4p-droplist-can-it-open-up/44390/1 "2024-05-06T00:33:31Z")

</div>

OK here’s a little bit of a weird one, but I want to use a droplist at the bottom of the app window. But it drops DOWN only, so options are not visible.

I can’t find a property to set it to open “upwards” instead of downwards…

Is this even possible?

Thanks kindly,

Mike

---

<div class="post-metadata">

### Author: ![quark](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/quark/32/26_2.png) [@quark](https://discourse.processing.org/u/quark)
#### Post date: [May 6, 2024, 7:45am UTC](https://discourse.processing.org/t/g4p-droplist-can-it-open-up/44390/2 "2024-05-06T07:45:31Z")

</div>

When I created this control I never imagined it opening upwards after all the hint is in the name _drop_list 😀 and I was mirroring similar controls at the time.

Effectively you need a `GUpList` control and I am not sure how much work would be involved so can’t promise anything soon or even ever at the moment.

Sorry I can’t offer more help on this at the moment. 🙁

---

<div class="post-metadata">

### Author: ![Thundercat](https://avatars.discourse-cdn.com/v4/letter/t/dbc845/32.png) [@Thundercat](https://discourse.processing.org/u/Thundercat)
#### Post date: [May 6, 2024, 10:28am UTC](https://discourse.processing.org/t/g4p-droplist-can-it-open-up/44390/3 "2024-05-06T10:28:34Z")

</div>

No worries kind sir! It was just a question. I can make do!

I also think weird requests like this are useful because they show how ppl use things. For example many drop lists at the bottom of screens open upwards.

But that does not necessitate a thing further from you!

If someone wants to do fancy things like that, they can spend 10 years learning how to program and then extend or rewrite the library for it.

Thank you again Peter 🙂
