How to use it
Last updated
Last updated
Add a DesktopContainer Control to your Contents (Insert > Container)
Set Name to MyView and Super to
Insert Opening
-Event Handler (Insert > Event Handler...) and initialize MyView:
Drag and Drop some Controls you want to MyView
Drag and Drop a DesktopDisclosureTriangle and add this Code to his ValueChanged
-Event:
Add a DesktopContainer Control to your Contents (Insert > Container)
Set Name to MyStackView and Super to
Drag and Drop all Views (you created in step before) into MyStackView
Insert Opening
-Event Handler (Insert > Event-Handler...) and initialize MyStackView:
Add a DesktopContainer Control to your Contents (Insert > Container)
Set Name to MyScrollView
Drag and Drop MyStackView into MyScrollView (you don't need to set the position for your controls)
Insert Opening
-Event Handler (Insert > Event Handler...) and initialize MyScrollView:
Drag and Drop MyScrollView into your Window
Press Run or Compile
Finished
Set Super to