←Select platform

SmallScrollChangeRatio Property

Summary

Gets or sets the ratio of the AutoScrollSmallChange to the AutoScrollLargeChange.

Syntax

C#
VB
C++
[DescriptionAttribute("The ratio of the small to large auto scroll change.")] 
[CategoryAttribute("Layout")] 
public int SmallScrollChangeRatio {get; set;} 
<DescriptionAttribute("The ratio of the small to large auto scroll change.")> 
<CategoryAttribute("Layout")> 
Public Property SmallScrollChangeRatio As Integer 
[DescriptionAttribute("The ratio of the small to large auto scroll change.")] 
[CategoryAttribute("Layout")] 
public: 
property int SmallScrollChangeRatio { 
   int get(); 
   void set (    int ); 
} 

Property Value

The ratio give bin dividing AutoScrollSmallChange by AutoScrollLargeChange.

Example

Refer to AutoScrollSmallChange.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize