Announcement

Collapse
No announcement yet.

Adding a scrollbar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Adding a scrollbar

    I'd like to add a scrollbar to a panel (screen.addPanel(...)) and am hav ing trouble figuring this out. I tried various ways of using the setScrollbar functions and of course tried setting the scrollable flag on the addPanel function to true but apparantly more needs to be done because it did not automatically add a scrollbar just doing that.

    Anyone able to help me out?

  • #2
    Maybe you need to set it's size and position?

    Comment

    Working...
    X