WorkflowView::HScrollBar Property

 

Gets the horizontal scrollbar for the WorkflowView.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property HScrollBar^ HScrollBar {
	HScrollBar^ get();
}

Property Value

Type: System.Windows.Forms::HScrollBar^

A ScrollBar you can use to adjust the settings and visibility of the horizontal scrollbar.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: