Hi there,

my question is simple: Is there a way to have a Flow layout with different
rule where to place its children? More like a 'VHox' instead of 'HBox'.

What Flow layout does:
  Starting at the container's top/left position, placing children left to right
  (like a HBox) until the there's no remaining room for the next child.
  When out of room on the current line of elements, a new line is started.

What I would like:
  Starting at the container's top/left position, placing children top to bottom
  (like a VBox) until the there's no remaining room for the next child.
  When out of room on the current column of elements, a new column is started.

  +-------------+
  | +-+ +-+     |
  | |A| | |     |
  | +-+ |C|     |
  | | | | |     |
  | |B| +-+     |
  | | |  .      |
  | +-+  .      |
  |      .      |
  +-------------+

Is this possible?

/Peter

-- 

** Unsere Veranstaltungen: 

Post-Expo in Stockholm, Halle A - Stand A10.05, 23.-25.09.2014
3. Innovationsforum Telematik in Bocholt, 16.10.2014
BWVL-Tagung in K�ln, 12.-13.11.2014


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to