Name | Description | |
---|---|---|
C1ScrollViewer Constructor | Initializes a new instance of a C1ScrollViewer. |
The following tables list the members exposed by C1ScrollViewer.
Name | Description | |
---|---|---|
C1ScrollViewer Constructor | Initializes a new instance of a C1ScrollViewer. |
Name | Description | |
---|---|---|
CanScrollDownProperty | Identifies the CanScrollDown dependency property. | |
CanScrollLeftProperty | Identifies the CanScrollLeft dependency property. | |
CanScrollRightProperty | Identifies the CanScrollRight dependency property. | |
CanScrollUpProperty | Identifies the CanScrollUp dependency property. | |
ContentTemplateSelectorProperty | Identifies the ContentTemplateSelector dependency property. | |
ExtentHeightProperty | Identifies the ExtentHeight dependency property. | |
ExtentWidthProperty | Identifies the ExtentWidth dependency property. | |
HorizontalOffsetProperty | Identifies the HorizontalOffset dependency property. | |
HorizontalScrollBarVisibilityProperty | Identifies the HorizontalScrollBarVisibility dependency property. | |
HorizontalSmallChangeProperty | Identifies the HorizontalSmallChange dependency property. | |
MoveBottomCommand | Command to scroll to the bottom. | |
MoveDownCommand | Command to scroll down. | |
MoveLeftCommand | Command to scroll left. | |
MoveLeftEndCommand | Command to scroll totally to the left. | |
MoveRightCommand | Command to scroll right. | |
MoveRightEndCommand | Command to scroll totally to the right. | |
MoveTopCommand | Command to scroll to the top. | |
MoveUpCommand | Command to scroll up. | |
ScrollableHeightProperty | Identifies the ScrollableHeight dependency property. | |
ScrollableWidthProperty | Identifies the ScrollableWidth dependency property. | |
ScrollModeProperty | Identifies the ScrollMode dependency property. | |
VerticalOffsetProperty | Identifies the VerticalOffset dependency property. | |
VerticalScrollBarVisibilityProperty | Identifies the VerticalScrollBarVisibility dependency property. | |
VerticalSmallChangeProperty | Identifies the VerticalSmallChange dependency property. | |
ViewportHeightProperty | Identifies the ViewportHeight dependency property. | |
ViewportWidthProperty | Identifies the ViewportWidth dependency property. |
Name | Description | |
---|---|---|
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
Background | (Inherited from System.Windows.Controls.Control) | |
BorderBrush | (Inherited from System.Windows.Controls.Control) | |
BorderThickness | (Inherited from System.Windows.Controls.Control) | |
CacheMode | (Inherited from System.Windows.UIElement) | |
CanScrollDown | Gets a value that indicates whether the vertical scroll isn't in the bottom position. This is a dependency property. | |
CanScrollLeft | Gets a value that indicates whether the vertical scroll isn't in the left-most position. This is a dependency property. | |
CanScrollRight | Gets a value that indicates whether the vertical scroll isn't in the right-most position. This is a dependency property. | |
CanScrollUp | Gets a value that indicates whether the vertical scroll isn't in the top position. This is a dependency property. | |
CharacterSpacing | (Inherited from System.Windows.Controls.Control) | |
Clip | (Inherited from System.Windows.UIElement) | |
Content | (Inherited from System.Windows.Controls.ContentControl) | |
ContentTemplate | (Inherited from System.Windows.Controls.ContentControl) | |
ContentTemplateSelector | Gets or sets a data template selector that provides custom logic for choosing the template used to display the content. | |
Cursor | (Inherited from System.Windows.FrameworkElement) | |
DataContext | (Inherited from System.Windows.FrameworkElement) | |
DesiredSize | (Inherited from System.Windows.UIElement) | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
Effect | (Inherited from System.Windows.UIElement) | |
ExtentHeight | Gets a value that contains the vertical size of the extent. This is a dependency property. | |
ExtentWidth | Gets a value that contains the horizontal size of the extent. This is a dependency property. | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
FontFamily | (Inherited from System.Windows.Controls.Control) | |
FontSize | (Inherited from System.Windows.Controls.Control) | |
FontStretch | (Inherited from System.Windows.Controls.Control) | |
FontStyle | (Inherited from System.Windows.Controls.Control) | |
FontWeight | (Inherited from System.Windows.Controls.Control) | |
Foreground | (Inherited from System.Windows.Controls.Control) | |
Height | (Inherited from System.Windows.FrameworkElement) | |
HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
HorizontalOffset | Gets a value that contains the horizontal offset of the scrolled content. This is a dependency property. | |
HorizontalScrollBarVisibility | Gets or sets a value that indicates whether a horizontal commands should be displayed. This is a dependency property. | |
HorizontalSmallChange | Gets or sets the value to be added to or subtracted from the horizontal offset value when the scroll is moved. | |
IsEnabled | (Inherited from System.Windows.Controls.Control) | |
IsHitTestVisible | (Inherited from System.Windows.UIElement) | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
Language | (Inherited from System.Windows.FrameworkElement) | |
Margin | (Inherited from System.Windows.FrameworkElement) | |
MaxHeight | (Inherited from System.Windows.FrameworkElement) | |
MaxWidth | (Inherited from System.Windows.FrameworkElement) | |
MinHeight | (Inherited from System.Windows.FrameworkElement) | |
MinWidth | (Inherited from System.Windows.FrameworkElement) | |
Name | (Inherited from System.Windows.FrameworkElement) | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
Projection | (Inherited from System.Windows.UIElement) | |
RenderSize | (Inherited from System.Windows.UIElement) | |
RenderTransform | (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | (Inherited from System.Windows.UIElement) | |
Resources | (Inherited from System.Windows.FrameworkElement) | |
ScrollableHeight | Gets a value that represents the vertical size of the content element that can be scrolled. This is a dependency property. | |
ScrollableWidth | Gets a value that represents the horizontal size of the content element that can be scrolled. This is a dependency property. | |
ScrollMode | Specifies when the scroll event should be raised. | |
Style | (Inherited from System.Windows.FrameworkElement) | |
TabIndex | (Inherited from System.Windows.Controls.Control) | |
TabNavigation | (Inherited from System.Windows.Controls.Control) | |
Tag | (Inherited from System.Windows.FrameworkElement) | |
Template | (Inherited from System.Windows.Controls.Control) | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
UseLayoutRounding | (Inherited from System.Windows.UIElement) | |
VerticalAlignment | (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
VerticalOffset | Gets a value that contains the vertical offset of the scrolled content. This is a dependency property. | |
VerticalScrollBarVisibility | Gets or sets a value that indicates whether a vertical commands should be displayed. This is a dependency property. | |
VerticalSmallChange | Gets or sets the value to be added to or subtracted from the vertical offset value when the scroll is moved. | |
ViewportHeight | Gets a value that contains the vertical size of the content's viewport. This is a dependency property. | |
ViewportWidth | Gets a value that contains the horizontal size of the content's viewport. This is a dependency property. | |
Visibility | (Inherited from System.Windows.UIElement) | |
Width | (Inherited from System.Windows.FrameworkElement) |
Name | Description | |
---|---|---|
DefaultStyleKey | (Inherited from System.Windows.Controls.Control) |