Version

ScrollBarLook Class Properties

For a list of all members of this type, see ScrollBarLook members.

Public Properties
 NameDescription
Public PropertyAppearanceDefault appearance for the ScrollBar.  
Public PropertyAppearanceCallbackReturns or sets the delegate used during the appearance resolution process to resolve the default appearance.  
Public PropertyAppearanceHorizontalDefault horizontal appearance for the ScrollBar.  
Public PropertyAppearanceVerticalDefault vertical appearance for the ScrollBar.  
Public PropertyButtonAppearanceDefault appearance for the ScrollBar buttons.  
Public PropertyButtonAppearanceCallbackReturns or sets the delegate used during the appearance resolution process to resolve the button appearance.  
Public PropertyButtonAppearanceHorizontalDefault appearance for the horizontal ScrollBar buttons.  
Public PropertyButtonAppearanceVerticalDefault appearance for the vertical ScrollBar buttons.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasAppearanceHorizontalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasAppearanceVerticalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonAppearanceHorizontalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonAppearanceVerticalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasThumbAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasThumbAppearanceHorizontalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasThumbAppearanceVerticalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTrackAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTrackAppearanceHorizontalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTrackAppearanceVerticalIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHorizontalScrollBarArrowWidthGets/sets the width of the horizontal scrollbar arrow.  
Public PropertyHorizontalScrollBarArrowWidthResolvedReturns the resolved value for the HorizontalScrollBarArrowWidth. If the value has been set, return the HorizontalScrollBarArrowWidth. If the value has not been set, return the SystemInformation.HorizontalScrollBarArrowWidth. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public PropertyHorizontalScrollBarHeightGets/sets the height of the horizontal scrollbar.  
Public PropertyHorizontalScrollBarHeightResolvedReturns the resolved value for the HorizontalScrollBarHeight. If the value has been set, return the HorizontalScrollBarHeight. If the value has not been set, return the ScaledSystemInformation.GetHorizontalScrollBarHeight();. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public PropertyMinimumThumbHeightDetermines the minimum height of a vertical scroll bar thumb.  
Public PropertyMinimumThumbWidthDetermines the minimum width of a horizontal scroll bar thumb.  
Public PropertyMinMaxButtonsVisibleDetermines if the Min and Max buttons are displayed.  
Public PropertyScrollBarArrowStyleDetermines the number and positioning of the scroll bar arrow buttons.  
Public PropertyShowMinMaxButtonsDetermines if the Min and Max buttons are displayed.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyThumbAppearanceDefault appearance for the scroll thumb.  
Public PropertyThumbAppearanceCallbackReturns or sets the delegate used during the appearance resolution process to resolve the thumb appearance.  
Public PropertyThumbAppearanceHorizontalDefault appearance for the horizontal scroll thumb.  
Public PropertyThumbAppearanceVerticalDefault appearance for the vertical scroll thumb.  
Public PropertyTrackAppearanceDefault appearance for the scroll track.  
Public PropertyTrackAppearanceCallbackReturns or sets the delegate used during the appearance resolution process to resolve the track appearance.  
Public PropertyTrackAppearanceHorizontalDefault appearance for the horizontal scroll track.  
Public PropertyTrackAppearanceVerticalDefault appearance for the vertical scroll track.  
Public PropertyVerticalScrollBarArrowHeightGets/sets the height of the vertical scrollbar arrow.  
Public PropertyVerticalScrollBarArrowHeightResolvedReturns the resolved value for the VerticalScrollBarArrowHeight. If the value has been set, return the VerticalScrollBarArrowHeight. If the value has not been set, return the SystemInformation.VerticalScrollBarArrowHeight. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public PropertyVerticalScrollBarWidthGets/sets the width of the vertical scrollbar.  
Public PropertyVerticalScrollBarWidthResolvedReturns the resolved value for the VerticalScrollBarWidth. If the value has been set, return the VerticalScrollBarWidth. If the value has not been set, return the SystemInformation.VerticalScrollBarWidth. If the value is less than zero, throw an ArgumentOutOfRangeException.  
Public PropertyViewStyleReturns/sets the style of the control.  
Protected Properties
 NameDescription
Protected PropertyDefaultViewStyleReturns the default value for the ViewStyle property.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also