Represents table header behavior when scrolling.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[PersistenceVersionAttribute(31, 0)] public enum TableHeaderScrollBehavior
Members
| Member name | Value | Description | |
|---|---|---|---|
| Always | 0 | Always scroll the headers when the table is scrolled. | |
| Never | 1 | Never scroll the headers. Headers are always frozen. | |
| Automatic | 2 | 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
See Also