WorkflowView::ScrollPosition Property
.NET Framework (current version)
Gets or sets the position of the scrollbar on the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Property Value
Type: System.Drawing::PointA point describing the location of the scrollbar in screen coordinates.
Use the ScrollPosition to get or adjust the location of the scrollbar in the design surface.
The following example demonstrates setting the ScrollPosition property inside an implementation of a Panel control's OnMouseMove method. This example is from the Outlook Workflow Wizard SDK sample. For more information, see Outlook Workflow Wizard Sample.
.NET Framework
Available since 3.0
Available since 3.0
Show: