TextBox.CanScrollVertically Property

Definition

Gets a Boolean value that indicates whether the text box can have a vertical scroll bar to accommodate the contents.

public:
 property bool CanScrollVertically { bool get(); };
public bool CanScrollVertically { get; }
member this.CanScrollVertically : bool
Public ReadOnly Property CanScrollVertically As Boolean

Property Value

true if the textbox can have a vertical scroll bar to accommodate the contents; otherwise, false.

Applies to