Version

ScrollBarInfo Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibleDescriptionReturns or sets the description of the scrollbar displayed by accessibility clients.  
Public PropertyAccessibleNameReturns or sets the name of the scrollbar displayed by accessibility clients.  
Public PropertyAutoDisableReturns or sets whether the ScrollBar will appear disabled when the scroll thumb cannot be moved.  
Public PropertyAutoRepeatDelayDetermines the amount of milliseconds between scroll notifications when using the scroll arrows or scroll track.  
Public PropertyButtonStyleDetermines the style of buttons used in the control.  
Public PropertyButtonStyleResolvedReturns the resolved ButtonStyle.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledDetermines the enabled state of the scroll bar.  
Public PropertyEnabledResolvedIndicates if the ScrollBar appears disabled based on the Enabled and AutoDisable properties.  
Public PropertyIsScrollCancelledIndicates if the scroll operation has been cancelled.  
Public PropertyIsScrollInProgressIndicates if a scroll operation is currently in progress.  
Public PropertyIsThumbInDragIndicates if the scroll thumb is currently being dragged.  
Public PropertyLargeChangeAmount that the scroll thumb will reposition when clicking in the scroll track.  
Public PropertyMaximumMaximum position of the scroll thumb.  
Public PropertyMaximumDragValueMaximum value that can be reached when using the interface to change the value.  
Public PropertyMinimumMinimum position of the scroll thumb.  
Public PropertyOrientationDetermines the orientation of the ScrollBar.  
Public PropertyOwningControlReturns the control that owns the ScrollBarInfo.  
Public PropertyPriorityScrollingGets/sets whether callbacks made during a scroll operation occur synchronously or asynchronously.  
Public PropertyScrollBarLookDetermines the appearance of the ScrollBar  
Public PropertyScrollTipsEnabledGets or set whether ScrollTips are enabled.  
Public PropertySetFocusOnClickReturns or sets whether clicking on the scrollbar buttons will force focus to the containing control.  
Public PropertyShowsFocusIndicates if the scroll thumb should toggle its state to indicate focus.  
Public PropertySmallChangeAmount that the scroll thumb will reposition when clicking the scroll arrow buttons.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyValueCurrent position of the scroll thumb.  
Public PropertyViewStyleReturns/sets the style of the control.  
Public PropertyVisibleIndicates the visibility of the elements listening to the ScrollBarInfo.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also