Contents

arrangedSubviews

The array of views arranged by the stack view.

Declaration

var arrangedSubviews: [NSView] { get }

Discussion

The stack view ensures that the contents of this array are always a subset of its subviews array.

See Also

Managing the Arranged Subviews