Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Layout generated by SectionStackSection.setControls(Canvas...)?

    Hi Isomorphic,

    SectionStackSection.setControls(Canvas...) states:
    "Note that this is an init-time property. If you need to dynamically change what controls are displayed to the user, we would recommend embedding the controls in a Layout or similar container. This will allow you to show/hide or add/remove members at runtime by manipulating the existing control(s) set up at init time."

    Could you tell me the inner workings (most likely HLayout-settings), that are done for the built-in behavior?
    I need to configure an (empty) Layout, that I will fill if the section is expanded. As other sections contain the same controls without an extra layout (just with setControls(myControl1, myControl2)), I need to mimic its inner settings in my layout in order to archive a similar display.

    Thanks,
    Blama
Working...
X