Name | Description | |
---|---|---|
![]() | C1ScrollViewer Constructor | Initializes a new instance of the C1ScrollViewer class. |
The following tables list the members exposed by C1ScrollViewer.
Name | Description | |
---|---|---|
![]() | C1ScrollViewer Constructor | Initializes a new instance of the C1ScrollViewer class. |
Name | Description | |
---|---|---|
![]() ![]() | ChildContentProperty | |
![]() ![]() | HorizontalScrollBarVisibilityProperty | |
![]() ![]() | LeftHeaderProperty | |
![]() ![]() | TopHeaderProperty | |
![]() ![]() | TopLeftHeaderProperty | |
![]() ![]() | VerticalScrollBarVisibilityProperty |
Name | Description | |
---|---|---|
![]() | ChildContent | Gets or sets the content of the scroll viewer. |
![]() | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | HorizontalOffset | Gets the distance the content has been scrolled horizontally. |
![]() | HorizontalScrollBarVisibility | Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed. |
![]() | Input | Gets or sets the callback that is called when input is received. |
![]() | IsDisposed | Gets whether this control was disposed. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsInServer | Gets whether the component is running on the server. |
![]() | KeyDown | Gets or sets the callback that is called when a key is pressed. |
![]() | KeyUp | Gets or sets the callback that is called when a key is pressed. |
![]() | LeftHeader | Gets or sets the content of the left header. |
![]() | SizeChanged | Gets or sets the callback that is called when the size changed. |
![]() | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TabIndex | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TopHeader | Gets or sets the content of the top header. |
![]() | TopLeftHeader | Gets or sets the content of the top, left header. |
![]() | VerticalOffset | Gets the distance the content has been scrolled vertically. |
![]() | VerticalScrollBarVisibility | Gets or sets a value that indicates whether a vertical ScrollBar should be displayed. |
![]() | ViewportChanged | Gets or sets the callback that is called when the viewport changed. |
![]() | ViewportHeight | Gets the vertical size of the viewable content. |
![]() | ViewportWidth | Gets the horizontal size of the viewable content. |
Name | Description | |
---|---|---|
![]() | ChangeView | Scrolls to the specified horizontalOffset and verticalOffset position. |
![]() | ChangeViewAsync | Scrolls to the specified horizontalOffset and verticalOffset position. |
![]() | Dispose | (Inherited from C1.Blazor.Core.C1View) |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Overridden. Sets the focus in the component. |
![]() | FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |