接口 IScrollBar

所有超级接口:
ICellLinkControl, ICellLinkControlT<Integer>, IControl, IControlT<IScrollBar>, IRangeBase

public interface IScrollBar extends IControlT<IScrollBar>, IRangeBase
The scrollbar control.
  • 方法详细资料

    • getLargeChange

      int getLargeChange()
      Gets a value to be added to or subtracted from the value of a RangeBase control. When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of LargeChange.
      返回:
      [0, 30000]
    • setLargeChange

      void setLargeChange(int value)
      Sets a value to be added to or subtracted from the value of a RangeBase control. When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of LargeChange.
      参数:
      value - [0,30000]
    • getOrientation

      FormControlOrientation getOrientation()
      Gets whether the IScrollBar is displayed horizontally or vertically.
      返回:
      The default value depends on the initial width and height that is used to create this control.If width > height then the default value is FormControlOrientation.Horizontal. Otherwise, FormControlOrientation.Vertical .
    • setOrientation

      void setOrientation(FormControlOrientation value)
      Sets whether the IScrollBar is displayed horizontally or vertically.