Gets or sets the index of the first visible row in the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public int CurrentScrollRow { get; set; } |
Visual Basic Copy Code |
---|
Public Property CurrentScrollRow As Integer |
An integer value indicating the index of the first visible row.
To allow users to scroll the table interactively, enable the Scrollable property.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |