eDriven Framework API
IScrollable Interface
NamespaceseDriven.Gui.ContainersIScrollable
eDriven Framework API
Provides container scrolling
Declaration Syntax
C#Visual BasicVisual C++
public interface IScrollable
Public Interface IScrollable
public interface class IScrollable
Members
All MembersMethodsProperties



IconMemberDescription
ClipContent
Content scrolling

HorizontalScrollPosition
Horizontal scroll position

MouseWheelStep
The amount by which the container will scroll vertically for each mouse wheel tick

ScrollBy(Point)
Scrolls the scrollable container
Returns the residuum (unscrolled pixels)
Mouse even dispatcher could decide to use the residuum to scroll the parent scrollable container

VerticalScrollPosition
Vertical scroll position

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)