Skip to main content
All docs
V26.1
  • ListBoxField.TopIndex Property

    Gets or sets the index of the first visible item in the list box.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public int TopIndex { get; set; }

    Property Value

    Type Description
    Int32

    The zero-based index of the first visible item in the list box. Default value is 0.

    Remarks

    If total item height exceeds the list box field’s area, users can scroll the list box’s contents vertically. You can use the TopIndex property to obtain the index of the top visible item. Assigning a value to this property results in scrolling to the specified item.

    See Also