NevronOpenVision
Nevron.Nov.UI Namespace / NScrollContentBase Class
Fields Properties Methods Events


In This Topic
    NScrollContentBase Class Members
    In This Topic

    The following tables list the members exposed by NScrollContentBase.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the HScrollBar child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the HScrollMode property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the NoScrollHAlign property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the NoScrollVAlign property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NScrollContentBase  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SmallHScrollChange property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SmallVScrollChange property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ViewportOriginSnapToPixelProperty property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ViewportOriginX property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ViewportOriginY property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the VScrollBar child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the VScrollMode property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the HScrollBar  
    Public PropertyGets or sets the scroll mode, which specifies the visibility of the horizontal scrollbar.  
    Public PropertyGets or sets the horizontal content alignment, when a horizontal scrollbar is not, or must not be displayed.  
    Public PropertyGets or sets the vertical content alignment, when a vertical scrollbar is not, or must not be displayed.  
    Public PropertyGets or sets the small horizontal scroll change.  
    Public PropertyGets or sets the small vertical scroll change.  
    Public PropertyGets or sets the viewport origin, which is the point from the content coordinate system that is mapped to the window origin.  
    Public PropertyGets or sets whether the viewport origin is snapped to exact pixel values. By default true.  
    Public PropertyGets or sets the viewport origin X value, which is the point from the content coordinate system that is mapped to the window origin.  
    Public PropertyGets or sets the viewport origin Y value, which is the point from the content coordinate system that is mapped to the window origin.  
    Public PropertyGets or sets the VScrollBar  
    Public PropertyGets or sets the scroll mode, which specifies the visibility of the vertical scrollbar.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Ensures that the specified rectangle is visible.  
    Public MethodOverridden. Scrolls the viewport in the specified direction, with the specified amount of steps.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to layout the content and the scrollbars.  
    Protected MethodOverridden. Overriden to compute the area that remains after the H and V srollbars subtract space from the content area.  
    Protected MethodOverridden. Overriden return an instance of a NHScrollBar  
    Protected MethodOverridden. Overriden to return the HScrollBar child  
    Protected MethodOverridden. Gets the settings that need to be applied to the HScrollbar for the viewport parameters, in case the HScrollBar is visible.  
    Protected MethodOverridden. Overriden to return the value of the HScrollMode property  
    Protected MethodOverridden. Overriden to return the value of the NoScrollHAlign property  
    Protected MethodOverridden. Overriden to return the value of the NoScrollVAlign property  
    Protected MethodOverridden. Overriden return an instance of a NVScrollBar  
    Protected MethodOverridden. Overriden to return the value of the ViewportOrigin property  
    Protected MethodOverridden. Overriden to return the VScrollBar child  
    Protected MethodOverridden. Gets the settings that need to be applied to the VScrollbar for the viewport parameters, in case the VScrollBar is visible.  
    Protected MethodOverridden. Overriden to return the value of the VScrollMode property  
    Protected MethodOverridden. Overriden to return 1.0  
    Protected MethodOverridden. Overriden to return Normal  
    Protected MethodOverridden. Gets the desired size for the specified adorner element  
    Protected MethodOverridden.   
    Protected MethodMeasures the content of the viewport.  
    Protected MethodOverridden. Default handler for the mouse wheel event. Overriden to provide support for mouse wheel scrolling.  
    Protected MethodOverridden. Called after the document node is registered in its owner document.  
    Internal MethodOverridden.   
    Protected MethodOverridden. Overriden to set the value of the ViewportOrigin property  
    Protected MethodOverridden. Overriden to throw an exception. The zoom factor must never be set in normal zoom mode  
    Internal MethodOverridden.   
    Top
    See Also