Gets or sets the index of the first visible row in the table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public int CurrentScrollRow { get; set; } |
Visual Basic
![]() |
---|
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 | © 2025 MindFusion |