←Select platform

AutoScroll Property

Summary

Enables or disables whether scroll bars automatically appear when the control contents are larger than the visible area.

Syntax

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

Property Value

true to enable scroll bars; otherwise, false.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

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.MedicalViewer Assembly