If true, Azuki automatically scrolls when the caret goes near window border.

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

Syntax

C#
[ObsoleteAttribute("Use AutoScrollMargin property instead.", false)]
public static bool AutoScrollNearWindowBorder { get; set; }
Visual Basic
<ObsoleteAttribute("Use AutoScrollMargin property instead.", false)> 
Public Shared Property AutoScrollNearWindowBorder As Boolean
	Get
	Set

Property Value

Type: Boolean

Remarks

If true, when the caret is near window border Azuki automatically scrolls to ensure that at least one more line is visible between the caret and border.

See Also