MindFusion.Wpf Pack Programmer's Guide
TableNodeExtensions.Scrollable(T) Method
See Also
 





Sets a value indicating whether users are allowed to scroll table rows.

Namespace: MindFusion.Diagramming.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T Scrollable<T> (
    T tableNode,
    bool value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function Scrollable(Of T As TableNode) ( _
    tableNode As T, _
    value As Boolean _
) As T

 Parameters

tableNode

value

 Return Value

 See Also

TableNodeExtensions Members
TableNodeExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace