_DC.StackPanel Dyalog control to emulate WPF StackPanel

Constructor: [items]

items – vector of content for each cell of the StackPanel

Public Fields:

Items – vector of references to table cell (<td>) containers for each item

Horizontal – Boolean indicating whether cell orientation is horizontal (1) or vertical (0)

Public Methods:

Add – Add itemcontent The result of Add is a reference to the content

Usage Notes:

The table cells that make up the StackPanel may be accessed via Items

Relevant Sample Pages:

Controls used on this page: Dyalog: Tabs Base HTML: style