Author Topic: How to control popuplist's length?  (Read 4037 times)

noob22

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 38
    • View Profile
How to control popuplist's length?
« on: October 25, 2012, 10:26:57 PM »
I make a populist which pull down list's size is larger than screen's size. Then I can't selected the item which out of screen's size.Any suggestion?

Dakcenturi

  • Guest
Re: How to control popuplist's length?
« Reply #1 on: October 25, 2012, 10:40:35 PM »
I think I saw somewhere that you can't adjust the popup list size (so that it scrolls).

noob22

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 38
    • View Profile
Re: How to control popuplist's length?
« Reply #2 on: October 25, 2012, 11:37:29 PM »
I think I saw somewhere that you can't adjust the popup list size (so that it scrolls).
How to scroll it?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to control popuplist's length?
« Reply #3 on: October 26, 2012, 01:26:06 AM »
It's not scrollable. If your list is that long, consider either splitting it up into categories (seriously, scrolling a drop-down list is a major usability issue), or create a panel with a table that gets dynamically populated with labels, making a custom popup list that you show when a button gets pressed.