Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ScrollViewer Class
Fields Properties Methods

In This Topic
    C1ScrollViewer Class Members
    In This Topic

    The following tables list the members exposed by C1ScrollViewer.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1ScrollViewer class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public Fieldstatic (Shared in Visual Basic)Identifies the BottomHeader dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the BottomLeftHeader dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ChildContent dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HorizontalScrollBarVisibility dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LeftHeader dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TopHeader dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TopLeftHeader dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the VerticalScrollBarVisibility dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the content of the bottom header.  
    Public PropertyGets or sets the content of the bottom-left header.  
    Public PropertyGets or sets the content of the scroll viewer.  
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the distance the content has been scrolled horizontally.  
    Public PropertyGets or sets a value that indicates whether a horizontal ScrollBar should be displayed.  
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the callback that is called when input is received.  
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether the component is running on the server.  
    Public PropertyGets or sets the callback that is called when a key is pressed.  
    Public PropertyGets or sets the callback that is called when a key is pressed.  
    Public PropertyGets or sets the content of the left header.  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the callback that is called when the size changed.  
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the content of the top header.  
    Public PropertyGets or sets the content of the top-left header.  
    Public PropertyGets the distance the content has been scrolled vertically.  
    Public PropertyGets or sets a value that indicates whether a vertical ScrollBar should be displayed.  
    Public PropertyGets or sets the callback that is called when the viewport changed.  
    Public PropertyGets the vertical size of the viewable content.  
    Public PropertyGets the horizontal size of the viewable content.  
    Top
    Public Methods
     NameDescription
    Public MethodScrolls to the specified horizontalOffset and verticalOffset position.  
    Public MethodScrolls to the specified horizontalOffset and verticalOffset position.  
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodOverridden. Sets the focus in the component.  
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    See Also