←Select platform

AutoScroll Property

Summary

Indicates whether the viewer will automatically show the standard scrollbars when the view size is larger than the client size.

Syntax
C#
C++/CLI
public override bool AutoScroll { get; set; } 
public:  
   virtual property bool AutoScroll 
   { 
      bool get() override 
      void set(bool value) override 
   } 

Property Value

true if the viewer will automatically show the standard scrollbars when the view size is larger than the client size; otherwise, false. Default value is true.

Remarks

This property is for supporting the internal infrastructure of the control and you should use the ScrollMode instead.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.