Search
ContainerNode.Scrollable Property
See Also
 





Gets or sets a value indicating whether users are allowed to scroll the contents of this container.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Scrollable { get; set; }

Visual Basic  Copy Code

Public Property Scrollable As Boolean

 Property Value

true to let users scroll this container, or false otherwise.

 Remarks

Note that in order to let container's contents overflow and become scrollable, you must either disable AutoGrow, or allow users reduce container size by changing HandlesStyle and EnabledHandles properties from their default MoveOnly / Move values.

 See Also