Gets or sets what type of scroll UI to show in TableNodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static TableScrollUI ScrollUI { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shared Property ScrollUI As TableScrollUI |
A member of the TableScrollUI enumeration. The default value is ScrollButtons.
See Also