NScrollContentBase Class Members
In This Topic
The following tables list the members exposed by NScrollContentBase.
Public Fields
Public Properties
| | Name | Description |
 | AlwaysMeasureHScroll | Gets or sets whether the height of horizontal scrollbar should always be included in the measure of the widget. By default false. When set to false the horizontal scrollbar height is only included when HScrollMode is set to Always. |
 | AlwaysMeasureVScroll | Gets or sets whether the width of vertical scrollbar should always be included in the measure of the widget. By default false. When set to false the vertical scrollbar width is only included when VScrollMode is set to Always. |
 | 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