A class to output columns on the Panel.
columnGaps:Number
[read-only]
Returns interval between two columns in the current output container.
Implementation public function get columnGaps():Number
count:int
[read-only]
Returns the number of columns in the current container for output. If there is no columns then returns 0.
Implementation public function get count():int
currentColumn:int
Implementation public function get currentColumn():int
public function set currentColumn(value:int):void
public var engine:StiEngine = null
rightToLeft:Boolean
[read-only]
Returns the direction of columns output in the current output container.
Implementation public function get rightToLeft():Boolean
public function StiColumnsOnPanel(engine:StiEngine)
Parameters public function getColumnWidth():Number
Returns the width of a column in the current output container.
Returns
Mon Mar 27 2017, 09:08 AM +03:00