ScrollController
Last updated
Last updated
Adds a View (dynamically at the Runtime) to the StackView.
Parameters
view
Pointer to the View which should be added to the StackView.
index
Position to add the View into the StackView.
Expand or collapse the StackController.
Parameters
value
Sample Code
Button1 Pressed
-Event:
Returns an Array of the StackViews Views.
Creates a new ScrollContainer starting with the given Parameters.
Parameters
stackView
useAnimation
Sample Code
MyScrollContainer1 Opening
-Event:
Removes a View from the StackView.
Parameters
index
Removes the View at position index from the StackView.
Returns the state of the StackController.
The animation state of the StackController.
= -1
A Boolean specifiying the state of the .
Pointer to the .
= True
Set Animation of the .
= -1
Automatically adds the StackController contained in the ScrollController. Otherwise, you must add the StackController manually via in the Opening
-Event.
The StackView Classes are able to shown within a . This feature is macOS-only and there is no guarantee that the feature will work in coming Versions of Apple’s macOS. StackView uses the class of Jim McKay from .