←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#
VB
C++
public override bool AutoScroll { get; set; } 
Public Overrides Property AutoScroll() As Boolean 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly