Method | Description | |
---|---|---|
GetHorizontalScrollBarVisibility ( [ element ) : ScrollBarVisibility | ||
GetHorizontalScrollMode ( [ element ) : ScrollMode | ||
GetIsHorizontalRailEnabled ( [ element ) : bool | ||
GetIsHorizontalScrollChainingEnabled ( [ element ) : bool | ||
GetIsScrollInertiaEnabled ( [ element ) : bool | ||
GetIsVerticalRailEnabled ( [ element ) : bool | ||
GetIsVerticalScrollChainingEnabled ( [ element ) : bool | ||
GetIsZoomChainingEnabled ( [ element ) : bool | ||
GetIsZoomInertiaEnabled ( [ element ) : bool | ||
GetVerticalScrollBarVisibility ( [ element ) : ScrollBarVisibility | ||
GetVerticalScrollMode ( [ element ) : ScrollMode | ||
GetZoomMode ( [ element ) : ZoomMode | ||
InvalidateScrollInfo ( ) : void | ||
ScrollToHorizontalOffset ( [ offset ) : void | ||
ScrollToVerticalOffset ( [ offset ) : void | ||
ScrollViewer ( ) : System | ||
SetHorizontalScrollBarVisibility ( [ element, [ horizontalScrollBarVisibility ) : void | ||
SetHorizontalScrollMode ( [ element, [ horizontalScrollMode ) : void | ||
SetIsHorizontalRailEnabled ( [ element, [ isHorizontalRailEnabled ) : void | ||
SetIsHorizontalScrollChainingEnabled ( [ element, [ isHorizontalScrollChainingEnabled ) : void | ||
SetIsScrollInertiaEnabled ( [ element, [ isScrollInertiaEnabled ) : void | ||
SetIsVerticalRailEnabled ( [ element, [ isVerticalRailEnabled ) : void | ||
SetIsVerticalScrollChainingEnabled ( [ element, [ isVerticalScrollChainingEnabled ) : void | ||
SetIsZoomChainingEnabled ( [ element, [ isZoomChainingEnabled ) : void | ||
SetIsZoomInertiaEnabled ( [ element, [ isZoomInertiaEnabled ) : void | ||
SetVerticalScrollBarVisibility ( [ element, [ verticalScrollBarVisibility ) : void | ||
SetVerticalScrollMode ( [ element, [ verticalScrollMode ) : void | ||
SetZoomMode ( [ element, [ zoomMode ) : void | ||
ZoomToFactor ( [ factor ) : void |
public static GetHorizontalScrollBarVisibility ( [ element ) : ScrollBarVisibility | ||
element | [ | |
return | ScrollBarVisibility |
public static GetHorizontalScrollMode ( [ element ) : ScrollMode | ||
element | [ | |
return | ScrollMode |
public static GetIsHorizontalRailEnabled ( [ element ) : bool | ||
element | [ | |
return | bool |
public static GetIsHorizontalScrollChainingEnabled ( [ element ) : bool | ||
element | [ | |
return | bool |
public static GetIsScrollInertiaEnabled ( [ element ) : bool | ||
element | [ | |
return | bool |
public static GetIsVerticalRailEnabled ( [ element ) : bool | ||
element | [ | |
return | bool |
public static GetIsVerticalScrollChainingEnabled ( [ element ) : bool | ||
element | [ | |
return | bool |
public static GetIsZoomChainingEnabled ( [ element ) : bool | ||
element | [ | |
return | bool |
public static GetIsZoomInertiaEnabled ( [ element ) : bool | ||
element | [ | |
return | bool |
public static GetVerticalScrollBarVisibility ( [ element ) : ScrollBarVisibility | ||
element | [ | |
return | ScrollBarVisibility |
public static GetVerticalScrollMode ( [ element ) : ScrollMode | ||
element | [ | |
return | ScrollMode |
public static GetZoomMode ( [ element ) : ZoomMode | ||
element | [ | |
return | ZoomMode |
public ScrollToHorizontalOffset ( [ offset ) : void | ||
offset | [ | |
return | void |
public ScrollToVerticalOffset ( [ offset ) : void | ||
offset | [ | |
return | void |
public static SetHorizontalScrollBarVisibility ( [ element, [ horizontalScrollBarVisibility ) : void | ||
element | [ | |
horizontalScrollBarVisibility | [ | |
return | void |
public static SetHorizontalScrollMode ( [ element, [ horizontalScrollMode ) : void | ||
element | [ | |
horizontalScrollMode | [ | |
return | void |
public static SetIsHorizontalRailEnabled ( [ element, [ isHorizontalRailEnabled ) : void | ||
element | [ | |
isHorizontalRailEnabled | [ | |
return | void |
public static SetIsHorizontalScrollChainingEnabled ( [ element, [ isHorizontalScrollChainingEnabled ) : void | ||
element | [ | |
isHorizontalScrollChainingEnabled | [ | |
return | void |
public static SetIsScrollInertiaEnabled ( [ element, [ isScrollInertiaEnabled ) : void | ||
element | [ | |
isScrollInertiaEnabled | [ | |
return | void |
public static SetIsVerticalRailEnabled ( [ element, [ isVerticalRailEnabled ) : void | ||
element | [ | |
isVerticalRailEnabled | [ | |
return | void |
public static SetIsVerticalScrollChainingEnabled ( [ element, [ isVerticalScrollChainingEnabled ) : void | ||
element | [ | |
isVerticalScrollChainingEnabled | [ | |
return | void |
public static SetIsZoomChainingEnabled ( [ element, [ isZoomChainingEnabled ) : void | ||
element | [ | |
isZoomChainingEnabled | [ | |
return | void |
public static SetIsZoomInertiaEnabled ( [ element, [ isZoomInertiaEnabled ) : void | ||
element | [ | |
isZoomInertiaEnabled | [ | |
return | void |
public static SetVerticalScrollBarVisibility ( [ element, [ verticalScrollBarVisibility ) : void | ||
element | [ | |
verticalScrollBarVisibility | [ | |
return | void |
public static SetVerticalScrollMode ( [ element, [ verticalScrollMode ) : void | ||
element | [ | |
verticalScrollMode | [ | |
return | void |
public static SetZoomMode ( [ element, [ zoomMode ) : void | ||
element | [ | |
zoomMode | [ | |
return | void |