public interface ILogicalScrollable : IScrollablePublic Interface ILogicalScrollable
Inherits IScrollabletype ILogicalScrollable =
interface
interface IScrollable
end| CanHorizontallyScroll | Gets or sets a value indicating whether the content can be scrolled horizontally. |
| CanVerticallyScroll | Gets or sets a value indicating whether the content can be scrolled horizontally. |
| Extent |
Gets the extent of the scrollable content, in logical units
(Inherited from IScrollable) |
| IsLogicalScrollEnabled | Gets a value indicating whether logical scrolling is enabled on the control. |
| Offset |
Gets or sets the current scroll offset, in logical units.
(Inherited from IScrollable) |
| PageScrollSize | Gets the size to page by, in logical units. |
| ScrollSize | Gets the size to scroll by, in logical units. |
| Viewport |
Gets the size of the viewport, in logical units.
(Inherited from IScrollable) |
| BringIntoView(Control, Rect) | Attempts to bring a portion of the target visual into view by scrolling the content. |
| GetControlInDirection(NavigationDirection, Control) | Gets the next control in the specified direction. |
| RaiseScrollInvalidated(EventArgs) | Raises the ScrollInvalidated event. |
| ScrollInvalidated | Raised when the scroll is invalidated. |