Version

ScrollBarLook Property

Returns/sets the ScrollBarLook object which contains appearances that control the look of the scrollbar.
Syntax
'Declaration
 
Public Property ScrollBarLook As Infragistics.Win.UltraWinScrollBar.ScrollBarLook
public Infragistics.Win.UltraWinScrollBar.ScrollBarLook ScrollBarLook {get; set;}
Remarks

The Infragistics.Win.UltraWinScrollBar.ScrollBarLook object can be used to customize the appearance of the control's scrollbar. The settings made to this object do not take precedence over themed rendering. This means that themed rendering must be disabled for the colors, borders, etc. you specify to take effect. You can either disable themed rendering for the entire control by setting the Infragistics.Win.UltraControlBase.SupportThemes property to false, or disable it only for the scrollbar by setting the 'ThemedElementAlpha' property on the various Appearance properties of the ScrollBarLook object.

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