TextBox.CanScrollVertically Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.