Version

ScrollModeResolved Property

Returns the resolved value that indicates whether the contents of the preview are updated while the vertical scroll thumb is repositioned.
Syntax
'Declaration
 
Public ReadOnly Property ScrollModeResolved As Infragistics.Win.UltraWinScrollBar.ScrollMode
public Infragistics.Win.UltraWinScrollBar.ScrollMode ScrollModeResolved {get;}
Remarks

This is a read-only property that returns the resolved value indicating whether the preview pages are displayed while the vertical scroll thumb is dragged (i.e. Immediate) or if the pages displayed prior to the start of the drag operation remain visible until after the scroll thumb has been released (i.e. Deferred). When the PreviewSettings.Rows of the Settings has been set to a value of zero, which indicates that the pages are arranged in a continuous flow, this property will default to Immediate, otherwise this defaults to Deferred.

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

Reference

UltraPrintPreviewControlBase Class
UltraPrintPreviewControlBase Members
Infragistics.Win.UltraWinScrollBar.ScrollMode