Class LinearLayout

Arranges items either vertically or horizontally

class LinearLayout
  : ILayout

Constructors

NameDescription
this (orientation) Create with orientation

Properties

TypeNameDescription
orientation[get, set] Linear layout orientation (vertical, horizontal)

Methods

NameDescription
arrange (box)
measure ()
onChildStyleChange (p)
onDetach ()
onSetup (host)
onStyleChange (p)
prepare (list)