[]
Represents a scrollable area that can contain other visible elements.
[TemplatePart(Name = "ScrollViewer", Type = typeof(ScrollViewer))]
public class C1ScrollViewer : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Name | Description |
---|---|
C1ScrollViewer() | 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. |
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. |
ScrollModeProperty | Identifies the ScrollMode dependency property. |
ScrollableHeightProperty | Identifies the ScrollableHeight dependency property. |
ScrollableWidthProperty | Identifies the ScrollableWidth 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 |
---|---|
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. |
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. |
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. |
ScrollMode | Specifies when the scroll event should be raised. |
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. |
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. |
Name | Description |
---|---|
OnApplyTemplate() | Builds the visual tree for the C1ScrollViewer control when a new template is applied. |
ScrollDown() | Scrolls the C1ScrollViewer content downward by VerticalSmallChange pixels. |
ScrollLeft() | Scrolls the C1ScrollViewer content to the left by HorizontalSmallChange pixels. |
ScrollRight() | Scrolls the C1ScrollViewer content to the right by HorizontalSmallChange pixels. |
ScrollToBottom() | Scrolls vertically to the end of the C1ScrollViewer content. |
ScrollToEnd() | Scrolls vertically to the end of the C1ScrollViewer content. |
ScrollToHome() | Scrolls vertically to the beginning of the C1ScrollViewer content. |
ScrollToHorizontalOffset(double) | Scrolls to horizontal offset. |
ScrollToLeftEnd() | Scrolls horizontally to the beginning of the C1ScrollViewer content. |
ScrollToRightEnd() | Scrolls horizontally to the end of the C1ScrollViewer content. |
ScrollToTop() | Scrolls vertically to the beginning of the C1ScrollViewer content. |
ScrollToVerticalOffset(double) | Scrolls to vertical offset. |
ScrollUp() | Scrolls the C1ScrollViewer content upward by VerticalSmallChange pixels. |