FormAutoScroll Property

Gets or sets a value indicating whether the form enables autoscrolling.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool AutoScroll { get; set; }

Return Value

Boolean
true to enable autoscrolling on the form; otherwise, false. The default is false.

See Also