How to use it
Create Views
// 50 = collapsed Height
// 250 = expanded Height
Init(50, 250)Expand(Not Expanded)Create Stack
// do this for each View you droped into MyStackView
Views.Add(MyView1)
Views.Add(MyOtherView1)Create Scroll Container
Use it within your App
Last updated
