Version

ScrollBarLook Property (EditorWithCombo)

Returns the Infragistics.Win.UltraWinScrollBar.ScrollBarLook instance which determines the appearance of the scrollbar displayed by the dropdown.
Syntax
'Declaration
 
Public Property ScrollBarLook As ScrollBarLook
public ScrollBarLook ScrollBarLook {get; set;}
Remarks

The ScrollBarLook property provides a way for the end developer to customize the look of the vertical scrollbar which appears in the dropdown list when the number of items exceeds the value of the MaxDropDownItems property. Note that when the EmbeddableEditorOwnerBase-derived editor owner specifies a ScrollBarLook to be used by the editor, the editor's ScrollBarLook property is not applicable, i.e., the owner-provided value is given precedence. This means that when embedded in a control that exposes a ScrollBarLook property of its own, the host control's ScrollBarLook will be used, and not the editor's.

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