Skip to main content
A newer version of this page is available. .

TextEdit.GetFirstVisibleLineIndex() Method

Returns the line index of the first line that is currently visible in the text box.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public int GetFirstVisibleLineIndex()

Returns

Type Description
Int32

The zero-based index of the first visible line in the text box.

See Also