Gets or sets a value indicating whether users are allowed to scroll the contents of this container.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |