TableLayoutScrollPosition Property

Spotfire 14.3 API Reference
The current scroll position in the view. This point is expressed as an offset into the area of the non-frozen rows and columns. The value Point.Empty signals that no scrolling has taken place.

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#
public virtual Point ScrollPosition { get; }

Property Value

Type: Point
Remarks

The Point returned from this property will sometimes lie outside of the area defined by the layout. This can occur due to filtering, etc. If so is the case, it should be interpreted that the scrolling position is at the end of the table.
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