![]() |
jQWidgets is a JavaScript framework for making web-based applications for PC and mobile devices. It is a very powerful, optimized, platform-independent, and widely supported framework. The jqxPanel is used to illustrate a jQuery panel widget which is a holder for different widgets or elements. Moreover, it intuitively appends horizontal as well as vertical scrollbars, in case the stated content is not completely viewable. The scrollBarSize property is used to set or return the size of the scrollbar in the displayed jqxPanel. It is of type number and its default value is 17. Syntax: Set the scrollBarSize Property. $("#Selector").jqxPanel({ scrollBarSize: 22 }); Return the scrollBarSize Property. var scrollBarSize = $('#Selector').jqxPanel('scrollBarSize'); Linked Files: Download jQWidgets from the given link. In the HTML file, locate the script files in the downloaded folder.
Example: The below example illustrates the jqxPanel scrollBarSize Property in jQWidgets. HTML
Output: ![]()
|
Reffered: https://www.geeksforgeeks.org
JQuery |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |