Gets or sets a value indicating whether users are allowed to scroll the contents of this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Scrollable { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Scrollable As Boolean |
true to let users scroll this container, or false otherwise.
RemarksNote 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