TableHeaderScrollBehavior Enumeration

Spotfire 14.3 API Reference
Represents table header behavior when scrolling.

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[PersistenceVersionAttribute(31, 0)]
public enum TableHeaderScrollBehavior
Members

  Member nameValueDescription
Always0 Always scroll the headers when the table is scrolled.
Never1 Never scroll the headers. Headers are always frozen.
Automatic2 Switch automatically between frozen and scrollable headers. When the headers cover almost all of the available table width, the scrolling behaviour changes automatically from frozen to scrollable headers.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference