Variable Scrollbar

Scrollbar: {
    getScrollPosH(wgt): number;
    getScrollPosV(wgt): number;
    init(wgt): undefined | zul.Scrollbar;
} = ...

Type declaration

  • getScrollPosH:function
    • Parameters

      Returns number

      the horizontal scroll position of the body element of given MeshWidget.

      Since

      7.0.0

  • getScrollPosV:function
    • Parameters

      Returns number

      the vertical scroll position of the body element of given MeshWidget.

  • init:function

Import

zk.Widget The extra Scrollbar for the MeshWidget.

Since

6.5.0