WorkflowView.VScrollBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the vertical scrollbar associated with the WorkflowView.
public:
property System::Windows::Forms::VScrollBar ^ VScrollBar { System::Windows::Forms::VScrollBar ^ get(); };
public System.Windows.Forms.VScrollBar VScrollBar { get; }
member this.VScrollBar : System.Windows.Forms.VScrollBar
Public ReadOnly Property VScrollBar As VScrollBar
Property Value
A ScrollBar you can use to adjust the settings and visibility of the horizontal scrollbar.
Remarks
Use VScrollBar to get the vertical scrollbar on the WorkflowView, which you can use to make user interface adjustments.