Search
TableNode.ScrollUI Property
See Also
 





Gets or sets what type of scroll UI to show in TableNodes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static TableScrollUI ScrollUI { get; set; }

Visual Basic  Copy Code

Public Shared Property ScrollUI As TableScrollUI

 Property Value

A member of the TableScrollUI enumeration. The default value is ScrollButtons.

 See Also