Version

RowScrollRegion Class Properties

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

Public Properties
 NameDescription
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFirstRowGets or sets the first visible row in this row scroll region.  
Public PropertyHeightReturns or sets the height of an object in container units.  
Public PropertyHiddenDetermines whether the object will be displayed. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Public PropertyIndexThe index of this RowScrollRegion in the RowScrollRegions collection.  
Public PropertyIsActiveScrollRegionOverridden. Returns true if the row scroll region is the same instance as the UltraGridBase.ActiveRowScrollRegion.  
Public PropertyIsCloneTrue if this is a temporary clone of the region passed into one of the 'Before' scroll events (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Public PropertyIsFirstVisibleRegionReturns true if this is the first visible region (read-only) (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Public PropertyIsLastVisibleRegionReturns true if this is the last visible region (read-only) (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Public PropertyLayoutReturns the Layout object that determines the layout of the object. This property is read-only at run-time. (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Public PropertyOriginThe origin of this ScrollRegionBase in client coordinates (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Public PropertyRectOverridden. The overall rect of this row scrolling region (spanning all column scrolling regions)  
Public PropertyScrollbarReturns or sets a value that indicates whether a scroll bar will be displayed for a scrolling region. (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Public PropertyScrollPositionGets or sets the position of the associated scrollbar.  
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. (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTopgets the top of the scroll region in client coordinates  
Public PropertyVisibleRowsReturns a reference to a VisibleRows collection of the Row objects that are currently displayed in a rowscrollregion. This property is read-only at run-time. This property is not available at design-time.  
Public PropertyWidthReturns or sets the width of an object in container units.  
Protected Properties
 NameDescription
Protected PropertyIsVerticalScrollbarOverridden. Returns true since this region has a vertical scrollbar  
Protected PropertyScrollbarResolvedReturns the resolved scrollbar enumerator (Inherited from Infragistics.Win.UltraWinGrid.ScrollRegionBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also