The fields of the PScrollableControl class are listed below. For a complete list of PScrollableControl class members, see the PScrollableControl Members topic.
animateScrollDuration | The duration of a scroll when animateScrolls is true. |
animateScrolls | A value that indicates whether or not scrolls are animated. |
autoLargeChange | The value indicating whether or not the large change should be calculated automatically as the extent changes. |
hLargeChange | The horizontal large change in pixels. |
hsbPolicy | The policy for the horizontal scrollbar. |
hScrollBar | The scrollbar that scrolls the canvas in the horizontal direction. |
hSmallChange | The horizontal small change in pixels. |
largeChangeFactor | The value multiplied by the viewsize to calculate the LargeChange. |
scroll | The activity used to scroll the view when AnimateScrolls is true. |
scrollable | A value that indicates whether scrolling is turned on for this scrollable control. |
scrollDirector | The director that this scrollable control signals. |
smallChangeFactor | The value multiplied by the viewsize to calculate the SmallChange. |
view | The canvas scrolled by the vertical and horizontal scrollbars. |
vLargeChange | The vertical large change in pixels. |
vsbPolicy | The policy for the vertical scrollbar. |
vScrollBar | The scrollbar that scrolls the canvas in the vertical direction. |
vSmallChange | The vertical small change in pixels. |
PScrollableControl Class | UMD.HCIL.PiccoloX.Components Namespace