MulticolumnListbox class/Smooth Horizontal Scrolling property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 18D99016
Scope Basic Development Environment
Data Name SmoothHScroll
Short Name* SmoothHScroll
Long Name* Smooth Horizontal Scrolling
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 46
Owning Class Name MulticolumnListbox Class
Data Type Boolean data type

Boolean

Property Node Smooth Horizontal Scrolling
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

If TRUE, the horizontal scrolling of the listbox is by pixels, such that the first column may be horizontally clipped. If FALSE, the listbox scrolls by whole column widths such that the first column is never clipped. However, if a column is wider than the width of the listbox, you cannot see the text that is hidden off the right edge of that column.

This property is similar to the Smooth Scrolling item on the shortcut menu of a multicolumn listbox.


Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links