Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to always deispaly teh scroll bar

    Hi,

    i have a VLayout and i want to show the scroll bar always.

    i tried enclosing the vlayout in a scrollpanel but it doesnt show up gives a blank screen with no errors.

    can it be done?

    please help.

    Thanks in Advance!!!

    #2
    overflow:"scroll" will force both scrollbars to be shown.

    Otherwise, for just a vertical scrollbar, you would need to put content inside the Layout that causes just vertical scrolling, such as a non-member Canvas child sized to always be taller than the Layout. This would cause a scroll around that just scrolls into blank space, and we're not sure how that's beneficial to end users, but the approach would work.

    Comment


      #3
      Thank you for the suggestion, second suggestion worked for me

      Comment

      Working...
      X