Gets or sets the index of the first visible row in the table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |