HLayout StaticText

The structure would be:

  • HLayout
    • VLayout
      • StaticText
      • MultiSliderView
    • VLayout
      • StaticText
      • MultiSliderView
    • VLayout
      • StaticText
      • MultiSliderView

Nested layouts are kind of the essence of the whole layout approach.

hjh