NScrollContentBase Class Members
In This Topic
The following tables list the members exposed by NScrollContentBase.
Public Fields
Public Properties
| Name | Description |
| HScrollBar | Gets or sets the HScrollBar |
| HScrollMode | Gets or sets the scroll mode, which specifies the visibility of the horizontal scrollbar. |
| NoScrollHAlign | Gets or sets the horizontal content alignment, when a horizontal scrollbar is not, or must not be displayed. |
| NoScrollVAlign | Gets or sets the vertical content alignment, when a vertical scrollbar is not, or must not be displayed. |
| SmallHScrollChange | Gets or sets the small horizontal scroll change. |
| SmallVScrollChange | Gets or sets the small vertical scroll change. |
| ViewportOrigin | Gets or sets the viewport origin, which is the point from the content coordinate system that is mapped to the window origin. |
| ViewportOriginSnapToPixel | Gets or sets whether the viewport origin is snapped to exact pixel values. By default true. |
| ViewportOriginX | Gets or sets the viewport origin X value, which is the point from the content coordinate system that is mapped to the window origin. |
| ViewportOriginY | Gets or sets the viewport origin Y value, which is the point from the content coordinate system that is mapped to the window origin. |
| VScrollBar | Gets or sets the VScrollBar |
| VScrollMode | Gets or sets the scroll mode, which specifies the visibility of the vertical scrollbar. |
Top
Public Methods
| Name | Description |
| EnsureVisible | Overloaded. Ensures that the specified rectangle is visible. |
| ScrollInDirection | Overridden. Scrolls the viewport in the specified direction, with the specified amount of steps. |
Top
See Also