jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Hide Horizontal Scrollbar Hide Horizontal Scrollbar #22455

    dbs
    Member

    Hi Dimitar, Peter and Michael,

    Michael thanks for the recommendation. It works. BUT…

    #jqxWidgethorizontalScrollBar {display:none;} removes horizontal scrollbar as advertised, but the container remains same size, and there is a gap that equals the height of the H scrollbar that remains on the bottom- most obviously under the the V scrollbar. Also ends up screwing with the calculation of the height of the V scroll.

    Sorry…

    -david

    in reply to: Hide Horizontal Scrollbar Hide Horizontal Scrollbar #22190

    dbs
    Member

    Thanks for your response, and indeed was encouraged… however the H Scrollbar is still visible, even after re-downloading JQWidgets 2.8.3. Even updated jquery to: jquery-2.0.0.min.js. Any additional thoughts- wondering the difference between our two environments. I tested this on a Mac in Firefox, Safari and Chrome. Thanks again! -david

    $(document).ready(function () {
    // Create jqxPanel
    var theme = getDemoTheme();
    $(“#jqxWidget”).jqxPanel({ width: 380, height: 350, theme: theme, sizeMode: “fixed”});

    });

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