Gets or sets a value indicating whether a fast scrolling is switched on.

Namespace: TallComponents.Interaction.WinForms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.54.0

Syntax

C#
public bool FastScrolling { get; set; }
Visual Basic
Public Property FastScrolling As Boolean
	Get
	Set

Field Value

true if the fast scrolling is switched on; otherwise, false.

Remarks

Fast scrolling will mainly have effect for remote desktop connections. It is on by default. Unfortunately, the technique tha is used for this (CopyFromScreen), is not compatible with the Zoom Levels that are different from 100%.

See Also