DIFF

class ScrollWidgetSource

ScrollWidget SpacerBaseWidget UIWidget Widget Managed

Part of Widget UI system

All members, including inherited

Methods 16

proto native float GetScrollbarWidth()
proto native bool IsScrollbarVisible()

reflects native C++ side scrollbar state

proto native float GetContentWidth()
proto native float GetHScrollPos()
proto native float GetHScrollPos01()
proto native bool HScrollStep(int steps)
proto native void HScrollToPos(float pos)
proto native void HScrollToPos01(float pos01)
proto native void HScrollToWidget(Widget child)
proto native float GetVScrollPos01()
proto native bool VScrollStep(int steps)
proto native void VScrollToWidget(Widget child)