jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree Tree indentation

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Tree indentation #48371

    peri
    Participant

    Hi All

    Would like to know if there is any standard way to change the tree view items indentation.

    For my application a need much more deep indentation, so it would be clearer to identify tree levels.

    10X

    Tree indentation #48410

    Dimitar
    Participant

    Hello peri,

    To achieve this, please modify the padding-left CSS property of the class jqx-tree-dropdown. E.g.:

    <style type="text/css">
        .jqx-tree-dropdown
        {
            padding-left: 50px;
        }
    </style>

    Its default value is 10px.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.