Hi
I’m trying to implement a bootstrap like collapse using ScrollView
and i want to place children inside StackPanel
when inherited, Code below may make things more clear
<ScrollView ux:Class="Collapse">
<StackPanel>
<!-- content to be placed here -->
<!-- slot here -->
</StackPanel>
</ScrollView>
<Collapse>
<Panel ux:Name="ContentToBePlacedInSlot" />
</Collapse>
is there any way i can implement it using Current Version of Fuse?