Table class/Smooth Horizontal Scrolling property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6338017
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 13
Owning Class Name Table 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 table is by pixels, such that the first column may be horizontally clipped. If FALSE, the table scrolls by whole column widths such that the first column is never clipped. However, if a column is wider than the width of the table, 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 table.


Uses

History

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

See Also

External Links