←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly