Gets or sets the default value for the Scrollable property of new tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool TablesScrollable { get; set; } |
Visual Basic Copy Code |
---|
Public Property TablesScrollable As Boolean |
true if the scrolling is possible; otherwise, false. The default is false.
The Scrollable property of each new table is initialized with the value of TablesScrollable. Small up/down scroll buttons appear in the caption of scrollable tables. With the help of the buttons users can scroll table rows.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |