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 | |
---|---|---|
_background | Gets or sets the C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
BottomHeaderProperty | Identifies the BottomHeader dependency property. | |
BottomLeftHeaderProperty | Identifies the BottomLeftHeader dependency property. | |
ChildContentProperty | Identifies the ChildContent dependency property. | |
HorizontalScrollBarVisibilityProperty | Identifies the HorizontalScrollBarVisibility dependency property. | |
LeftHeaderProperty | Identifies the LeftHeader dependency property. | |
TopHeaderProperty | Identifies the TopHeader dependency property. | |
TopLeftHeaderProperty | Identifies the TopLeftHeader dependency property. | |
VerticalScrollBarVisibilityProperty | Identifies the VerticalScrollBarVisibility dependency property. |
Name | Description | |
---|---|---|
Background | Gets or sets the C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
BorderBrush | Gets or sets the C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) | |
BorderThickness | Gets or sets the C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) | |
BottomHeader | Gets or sets the content of the bottom header. | |
BottomLeftHeader | Gets or sets the content of the bottom-left header. | |
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) | |
CornerRadius | Gets or sets the C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) | |
FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
Foreground | Gets or sets the C1Color used to paint the foreground (text and icons). (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. | |
InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) | |
Input | Gets or sets the callback that is called when input is received. | |
IsDisposed | Gets whether this instance is 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. | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
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) |