jQuery UI Widgets › Forums › Dialogs and Notifications › Window › Issue getting vertical scrollbar to display
Tagged: Angular window, bootstrap window, javascript window, jquery window, jqwidgets window, jqxwindow
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 8 years, 3 months ago.
I am having an issue getting the vertical scrollbars to display on a Window widget. The contents of the window exceed the height of the window, but i’m not getting a vertical scrollbar. How do i get it to display? Here is my window code:
$('#inspectionWindow').jqxWindow({ width:1400, maxWidth:1900, minWidth:1000, height: 600, resizable: true, isModal: true, autoOpen: false });
Hello mrallaris,
We test this and work ok, try to update to newest version. Please, take a look this example: http://jsfiddle.net/zphwryh3/
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.