Search
FlowChart.AutoScroll Property
See Also
 



Gets or sets a value indicating whether auto scrolling of the document area is enabled.

 Syntax

VB6  Copy Code

Public Property Get AutoScroll() As Boolean
Public Property Let AutoScroll( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_AutoScroll ()
void put_AutoScroll (
    bool value
)

 Property Value

A boolean value.

 Remarks

When enabled, the FlowChartX visible area is automatically scrolled if the user drags an object beyond the control's borders, or moves the mouse pointer near the borders as specified in ScrollZoneSize.

 See Also