UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

10 lines 507 B
<div style="margin-bottom: 10px;" #VerticalDiv>Vertical</div> <jqxScrollBar [theme]="'material'" (onValueChanged)="onValueChangedVertical($event)" [width]="18" [height]="280" [min]="0" [max]="1000" [vertical]="true"> </jqxScrollBar> <div style="margin: 10px 0;" #HorizontalDiv>Horizontal</div> <jqxScrollBar [theme]="'material'" (onValueChanged)="onValueChangedHorizontal($event)" [width]="280" [height]="18" [min]="0" [max]="1000"> </jqxScrollBar>