jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree How to elimate the scroll bars?

This topic contains 2 replies, has 2 voices, and was last updated by  Richard 12 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • How to elimate the scroll bars? #9064

    Richard
    Member

    I do not want to use scroll bars.  I am writing code to compare the height of the jqxTree DIV to the height of the jqxTree UL and adjusting the height as the menu is clicked.  Is there a way to disable the scroll bar?

    Thanks Ahead of time for your help…

    How to elimate the scroll bars? #9076

    Dimitar
    Participant

    Hello Richard,

    If you do not set the height property of the jqxTree, it will automatically expand and have no scrollbars.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    How to elimate the scroll bars? #9659

    Richard
    Member

    Thanks Dimitar, I solved it by using this command
    $(‘#jqxExpander’).jqxExpander({ showArrow: false, toggleMode: ‘click’, width: ‘212px’, height: ‘auto’, theme: ‘hcc’ });

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.