Version

AutoScrollInfo Structure Members

The following tables list the members exposed by AutoScrollInfo.

Public Constructors
 NameDescription
Public ConstructorAutoScrollInfo ConstructorInitializes a new instance of the AutoScrollInfo struct  
Public Properties
 NameDescription
Public PropertyAdjustScrollInfoCallbackReturns or sets a delegate used to customize the scroll info for an auto scroll operation.  
Public PropertyCanScrollDownReturns true if a scroll down is possible (read-only).  
Public PropertyCanScrollLeftReturns true if a scroll left is possible (read-only).  
Public PropertyCanScrollRightReturns true if a scroll right is possible (read-only).  
Public PropertyCanScrollUpReturns true if a scroll up is possible (read-only).  
Public PropertyScrollAreaReturns the element that defines the scroll bounds (read-only).  
Public PropertyScrollOrientationReturns or sets a value that indicates how the direction in which the auto scroll logic should execute when it is possible to scroll both horizontally and vertically.  
See Also