Positions cell or header renderers in a GridView component.

Events:

openfl.events.Event.CHANGE
Available since

1.0.0

.

See also:

Constructor

new()

Creates a new GridViewRowLayout object.

Available since

1.0.0

.

Variables

@:flash.propertycolumns:IFlatCollection<IGridViewColumn>

The collection of columns displayed by the GridView.

@:flash.propertycustomColumnWidths:Array<Float>

@:flash.propertypaddingLeft:Float

@:flash.propertypaddingRight:Float

Methods

layout(items:Array<DisplayObject>, measurements:Measurements, ?result:LayoutBoundsResult):LayoutBoundsResult

setPadding(value:Float):Void

Sets all padding properties to the same value.

Available since

1.0.0

.

See also: