Skip to content
Discussion options

You must be logged in to vote

Hello!

You can change number of stacks in the model's attribute and then you can call update. This will create extra space in the direction of the layout where you can drop additional elements:

stackLayoutView.model.set('stackCount', 5);
stackLayoutView.model.update();

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pfalcon64
Comment options

Answer selected by pfalcon64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants