←Select platform

MaximumScrollSize Property

Summary

Current maximum scroll size allowed.

Syntax

C#
VB
C++
public LeadSize MaximumScrollSize { get; } 
Public ReadOnly Property MaximumScrollSize() As LeadSize 
   Get 
public:  
   property LeadSize^ MaximumScrollSize 
   { 
      LeadSize^ get() 
   } 

Property Value

The maximum scroll size allowed.

Remarks

The Width value of this property will contain the size of the current maximum horizontal range and the Height value of this property will contain the size of the current maximum vertical range.

MaximumScrollSize will be automatically updated by the viewer when any of the values that affect transformation is changed or when the size of the control changes. For more information, refer to ScrollMode and ScrollOffset.

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