Gets or sets whether to scroll beyond the last line of the document or not.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

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

Property Value

Type: Boolean

See Also