Piccolo.NET

PScrollableControl.AutoLargeChange Property

Gets or sets a value indicating whether or not the large change should be calculatied automatically as the extent changes.

public virtual bool AutoLargeChange {get; set;}

Property Value

A value indicating whether or not the large change should be calculated automatically as the extent changes.

Remarks

When this property is true, the large change will always be equal to the AutoLargeChangeFactor * Extent.Height and any value set via the VLargeChangeXXX and HLargeChangeXXX properties will be ignored. When this property is false, the large change will be equal to the values set via the VLargeChangeXXX and the HLargeChangeXXX properties.

See Also

PScrollableControl Class | UMD.HCIL.PiccoloX.Components Namespace