WorkflowView::VScrollBar Property
.NET Framework (current version)
Gets the vertical scrollbar associated with the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Use VScrollBar to get the vertical scrollbar on the WorkflowView, which you can use to make user interface adjustments.
The following code example demonstrates how you can obtain an instance of the WorkflowView class. The code then sets several WorkflowView properties, including HScrollBar and VScrollBar, and calls the FitToWorkflowSize method.
.NET Framework
Available since 3.0
Available since 3.0
WorkflowView Class
System.Workflow.ComponentModel.Design Namespace
Workflow Tracking Profile Designer
Show: