FormAutoScroll Property
Gets or sets a value indicating whether the form enables autoscrolling.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool AutoScroll { get; set; }
Public Property AutoScroll As Boolean
Get
Set
member AutoScroll : bool with get, set
Return Value
Booleantrue to enable autoscrolling on the form; otherwise, false. The default is false.