Packagemx.controls.dataGridClasses
Classpublic class DataGridLockedRowContentHolder
InheritanceDataGridLockedRowContentHolder Inheritance ListBaseContentHolder

The DataGridLockedRowContentHolder class defines a container in a DataGrid control of all of the control's item renderers and item editors. Flex uses it to mask areas of the renderers that extend outside of the control, and to block certain styles, such as backgroundColor, from propagating to the renderers so that highlights and alternating row colors can show through the control.

See also

mx.controls.DataGrid


Public Properties
 PropertyDefined By
  measuredHeight : Number
[override] [read-only] The measured height of the DataGrid control.
DataGridLockedRowContentHolder
Public Methods
 MethodDefined By
  
Constructor.
DataGridLockedRowContentHolder
Property Detail
measuredHeightproperty
measuredHeight:Number  [read-only] [override]

The measured height of the DataGrid control.



Implementation
    override public function get measuredHeight():Number
Constructor Detail
DataGridLockedRowContentHolder()Constructor
public function DataGridLockedRowContentHolder(parentList:ListBase)

Constructor.

Parameters
parentList:ListBase — The DataGrid control.