MindFusion.Wpf Pack Programmer's Guide
TableNode.CurrentScrollRow Property
See Also
 





Gets or sets the index of the first visible row in the table.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int CurrentScrollRow { get; set; }

Visual Basic  Copy Code

Public Property CurrentScrollRow As Integer

 Property Value

An integer value indicating the index of the first visible row.

 Remarks

To allow users to scroll the table interactively, enable the Scrollable property.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace
Rows Property