Version

ScrollMode Property

Returns or sets whether the preview page displayed is updated while the vertical scrollbar thumb is being dragged.
Syntax
'Declaration
 
Public Property ScrollMode As Infragistics.Win.UltraWinScrollBar.ScrollMode
public Infragistics.Win.UltraWinScrollBar.ScrollMode ScrollMode {get; set;}
Remarks

The ScrollMode property is used to determine whether vertical scrolling within the associated UltraPrintPreviewControlBase is immediate or deferred. When set to Immediate, the display containing the preview pages is updated to display the preview pages based on the scroll position during the drag of the scrollbar thumb. When set to Deferred, the display will contain the preview pages that were displayed prior to starting the drag operation and will only update once the scrollbar thumb has been released.

Note: The setting for this property affects the ScrollTipStyle. For more information, please refer to the UltraPrintPreviewControlBase.ScrollModeResolved property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also