Add-ons
  • Welcome
  • StackView
    • Version 2
      • How it works
      • How to use it
      • The Details
        • ScrollController
        • StackController
        • ViewController
      • Tips & Tricks
      • General Information
    • Version 3
      • How it works
      • How to use it
      • The Details
        • ScrollController
        • StackController
        • ViewController
      • Tips & Tricks
      • General Information
    • Changelogs
    • Purchase
  • FTC Word-Exporter
    • How to use it
    • General Information
  • CSTrueColors
    • Documentation
      • NSColorAddition
      • AppKitAddition
        • VisualEffectView
      • User32Addition
      • Template Images
      • The Demo Project
    • Changelog
  • Android
  • Open Source Projects
    • Android Design Extensions
  • Xojo Language Guide
    • The Basics
Powered by GitBook
On this page
  1. StackView
  2. Version 2

How it works

PreviousVersion 2NextHow to use it

Last updated 8 months ago

At the heart of StackView are three layers of embedded .

The top layer is a ContainerControl of type 3. You design your interface on a ViewController.

Each ViewController is embedded in another ContainerControl of type 2. The StackController is responsible for showing and hiding the embedded ViewControllers and provide a heading as well.

Finally StackControllers are embedded in a ContainerControl of type 1 . These deal with scrolling if the shown embedded controls take up more space when is available.

ContainerControls
ViewController
StackController
ScrollController
Structure
Page cover image