ASP.NET Pack Programmer's Guide
Diagram.TablesScrollable Property
See Also
 





Gets or sets the default value for the Scrollable property of new tables.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool TablesScrollable { get; set; }

Visual Basic  Copy Code

Public Property TablesScrollable As Boolean

 Property Value

true if the scrolling is possible; otherwise, false. The default is false.

 Remarks

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.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
TableRowCount Property
TableNode.Scrollable Property