Top Left Visible Cell Property

LabView Local Project Settings

Top Left Visible Cell Property

Short Name: TopLeft

Installed With: Base Package

Class: MulticolumnListbox Properties

The row and column of the item string displayed in the top left corner of the listbox. Use this property to read or change the top item, or use it to read or change the leftmost column of information displayed.

This property returns the row and column of the item string at the top left corner of the visible listbox window, which is not necessarily the top left item of the listbox. To access the top left item, wire a value of (0,0) to the Active Cell property.

Elements

Name Description
Row The row index of the cell displayed in the top left corner of the listbox.
Column The column index of the cell displayed in the top left corner of the listbox.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/Write
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo