Version

ScrollRegionBase Class Properties

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

Public Properties
 NameDescription
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHiddenDetermines whether the object will be displayed. This property is not available at design-time.  
Public PropertyIsActiveScrollRegionReturns true if this scroll region is active. In the case of the row scroll region returns true if this instance is the same as the UltraGridBase.ActiveRowScrollRegion. Likewise for the column scroll region.  
Public PropertyIsCloneTrue if this is a temporary clone of the region passed into one of the 'Before' scroll events  
Public PropertyIsFirstVisibleRegionReturns true if this is the first visible region (read-only)  
Public PropertyIsLastVisibleRegionReturns true if this is the last visible region (read-only)  
Public PropertyLayoutReturns the Layout object that determines the layout of the object. This property is read-only at run-time.  
Public PropertyOriginThe origin of this ScrollRegionBase in client coordinates  
Public PropertyRectoverall rect of this scroll region base  
Public PropertyScrollbarReturns or sets a value that indicates whether a scroll bar will be displayed for a scrolling region.  
Public PropertySizingModeReturns or sets a value that indicates whether the user can resize two adjacent scrolling regions with the splitter bar. This property is not available at design-time.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyClonedFromIf this is a cloned region then ClonedFrom is the region it was cloned from  
Protected PropertyIsVerticalScrollbarReturns true for regions with vertical scrollbars and false for regions with horizontal scrollbars  
Protected PropertyScrollbarResolvedReturns the resolved scrollbar enumerator  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also