Piccolo.NET

PScrollableControl.AnimateScrollDuration Property

Gets or sets the duration of a scroll when AnimateScrolls is true.

public virtual long AnimateScrollDuration {get; set;}

Property Value

The duration of a scroll.

Remarks

Note, if the scroll duration is longer than the interval of the scrollbar's internal timer, the animation will be cut off when the mouse is held down over the arrow buttons or the scrollbar's trough. To avoid this behavior, use a relatively short animation time.

See Also

PScrollableControl Class | UMD.HCIL.PiccoloX.Components Namespace