The following tables list the members exposed by ScrollBarInfo.
Name | Description | |
---|---|---|
ScrollBarInfo Constructor | Initializes a new ScrollBarInfo object with the specified Orientation, owning control and appearances collection. |
Name | Description | |
---|---|---|
MinimumThumbSize | Minimum size for the scroll thumb in pixels. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
AccessibleDescription | Returns or sets the description of the scrollbar displayed by accessibility clients. | |
AccessibleName | Returns or sets the name of the scrollbar displayed by accessibility clients. | |
AutoDisable | Returns or sets whether the ScrollBar will appear disabled when the scroll thumb cannot be moved. | |
AutoRepeatDelay | Determines the amount of milliseconds between scroll notifications when using the scroll arrows or scroll track. | |
ButtonStyle | Determines the style of buttons used in the control. | |
ButtonStyleResolved | Returns the resolved ButtonStyle. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Enabled | Determines the enabled state of the scroll bar. | |
EnabledResolved | Indicates if the ScrollBar appears disabled based on the Enabled and AutoDisable properties. | |
IsScrollCancelled | Indicates if the scroll operation has been cancelled. | |
IsScrollInProgress | Indicates if a scroll operation is currently in progress. | |
IsThumbInDrag | Indicates if the scroll thumb is currently being dragged. | |
LargeChange | Amount that the scroll thumb will reposition when clicking in the scroll track. | |
Maximum | Maximum position of the scroll thumb. | |
MaximumDragValue | Maximum value that can be reached when using the interface to change the value. | |
Minimum | Minimum position of the scroll thumb. | |
Orientation | Determines the orientation of the ScrollBar. | |
OwningControl | Returns the control that owns the ScrollBarInfo. | |
PriorityScrolling | Gets/sets whether callbacks made during a scroll operation occur synchronously or asynchronously. | |
ScrollBarLook | Determines the appearance of the ScrollBar | |
ScrollTipsEnabled | Gets or set whether ScrollTips are enabled. | |
SetFocusOnClick | Returns or sets whether clicking on the scrollbar buttons will force focus to the containing control. | |
ShowsFocus | Indicates if the scroll thumb should toggle its state to indicate focus. | |
SmallChange | Amount that the scroll thumb will reposition when clicking the scroll arrow buttons. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
Value | Current position of the scroll thumb. | |
ViewStyle | Returns/sets the style of the control. | |
Visible | Indicates the visibility of the elements listening to the ScrollBarInfo. |
Name | Description | |
---|---|---|
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Activate | Initialize the ScrollBarInfo | |
CancelScroll | Overloaded. Cancels the current scroll operation. | |
CreateAccessibilityInstance | Overloaded. Creates an accessible object representing the scrollbar. | |
CreateAutomationProvider | Creates a new automation provider for this ScrollBarInfo object. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
GetButtonStyleResolved | Returns the resolved Infragistics.Win.UIElementButtonStyle used by the elements associated with the scrollbarinfo instance. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetMaximumDragValue | Returns the maximum drag value for the specified values of the control. | |
GetScrollBarLookIfAllocated | Gets the instance of the ScrollBarLook class or null if it has not been created yet. | |
GetScrollPercent | Returns the current value of the scrollbar info as a percentage. | |
Hide | Notify the listening scrollbar elements that the scrollbar should be hidden. | |
Initialize | Initializes the properties of the ScrollBarInfo with the specified values. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
PerformAction | Used to programatically invoke a scroll action. | |
Reset | Resets the ScrollBarInfo properties to their default values. | |
ResetAutoDisable | Resets the value of the AutoDisable property to its default value. | |
ResetButtonStyle | Resets the ButtonStyle property to its default value. | |
ResetLargeChange | Resets the LargeChange property to its default value. | |
ResetMaximum | Resets the Maximum property to its default value. | |
ResetMinimum | Resets the Minimum property to its default value. | |
ResetOrientation | Resets the Orientation property to its default value. | |
ResetScrollBarLook | Resets the ScrollBarLook property to its default value. | |
ResetSmallChange | Resets the SmallChange property to its default value. | |
ResetValue | Resets the Value property to its default value. | |
ResetViewStyle | Resets the ViewStyle property to its default value. | |
ShouldSerialize | Indicates if the ScrollBarInfo needs to be serialized. | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
Show | Notify the listening scrollbar elements that the scrollbar should be visible. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. Handles the disposing of the object's resources. | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnScroll | Raises the Scroll event when the Value property changes. | |
OnScrollTipShown | Raises the ScrollTipShown event when the ShowScrollTip property is true and the Valuechanges. | |
OnSubObjectPropChanged | Overridden. Catches subobject property changes. | |
OnValueChanged | Raises the ValueChanged event when the Value property changes. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Scroll | Event that occurs when the scroll thumb is repositioned. | |
ScrollTipShown | Event that occurs when the ShowScrollTip property is set to True and scroll thumb is repositioned. | |
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
ValueChanged | Event that occurs when the Value property changes. |