jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList equalItemsWidth in DropDownList

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • equalItemsWidth in DropDownList #11376

    teerex99
    Member

    Hi

    I would like to know how to apply equalItemsWidth in DropDownList.

    For example:

    I created dropdownlist with 150px width and the listed items is about 250px, please advice.

    var ddacc = ["Company AAAAAAAAAAA","Company BBBBBBBBBB","Company CCCCCCCCCCCC","Company DDDDDDDDDDDDDD"];
    $("#accInput").jqxDropDownList({ source: ddacc, width: '150', height: '21', equalItemsWidth: true, theme: theme });

    I’ve try the code above but result of dropdownlist and items width is 150px.

    Thanks

    equalItemsWidth in DropDownList #11389

    Peter Stoev
    Keymaster

    Hi teerex99,

    What is your understanding of the equalItemsWidth property? You don’t want to see horizontal scrollbar in the popup or something else?

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    equalItemsWidth in DropDownList #11445

    teerex99
    Member

    Sorry, Peter Stoev

    I misunderstood on above property, after posted this topic i have found the output.

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

You must be logged in to reply to this topic.