←Select platform

AutoScroll Property

Summary

Enables or disables scroll bars automatically appearing when the control contents are larger than its visible area

Syntax

C#
VB
C++
public virtual bool AutoScroll { get; set; } 
Public Overridable Property AutoScroll As Boolean 
public: 
virtual property bool AutoScroll { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable scroll bars, false otherwise.

Example

Refer to RasterImageViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly