Search
TableScrollUI Enumeration
See Also
 





Identifies types of scroll UI supported by TableNode.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum TableScrollUI

Visual Basic  Copy Code

Public Enum TableScrollUI

 Members

  Member name Description

Scrollbar

Let users scroll using a scrollbar show on the right side of a TableNode.

ScrollButtons

Show scroll-up and scroll-down arrow buttons in table's caption bar.

 See Also