Version

ScrollTipStyle Property

Returns or sets whether a scroll tip will be displayed as the scroll thumb is dragged.
Syntax
'Declaration
 
Public Property ScrollTipStyle As Infragistics.Win.UltraWinScrollBar.ScrollTipStyle
public Infragistics.Win.UltraWinScrollBar.ScrollTipStyle ScrollTipStyle {get; set;}
Remarks

The ScrollTipStyle property is used to determine whether a tooltip containing the page number is displayed while the vertical scrollbar thumb is being dragged in the associated UltraPrintPreviewControlBase. When set to Show, a tooltip is displayed when the scroll thumb is dragged and remains in place during the drag operation until the drag is complete. While the scroll thumb is dragged, the estimated page number is displayed in the tooltip.

Note: The default setting for this property is affected by the ScrollMode. For more information, please refer to the UltraPrintPreviewControlBase.ScrollTipStyleResolved 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