←Select platform

ScrollRange Property

Summary

Gets the size of the current maximum scroll area.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual Size ScrollRange {get;} 
Public Overridable ReadOnly Property ScrollRange As Size 
public virtual Size ScrollRange {get;} 
@property (nonatomic, assign, readonly) CGSize scrollRange 
public LeadSize getScrollRange() 
 get_ScrollRange();  

Property Value

The maximum scroll area.

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.

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

Example

For an example, refer to ScrollOffset.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)