Hi guys,
Maybe I am just missing it, but is there a way to set a ScrollView to begin at the bottom of a set of Panels? Essentially meaning you start at the bottom and scroll up?
For instance, how would I make it so this starts in the bottom Panel?
<ScrollView>
<StackPanel>
<Panel ux:Name="Top" Background="#095977" Height="2000"/>
<Panel ux:Name="Middle" Background="#00AEEF" Height="2000"/>
<Panel ux:Name="Bottom" Background="#66B076" Height="2000"/>
</StackPanel>
</ScrollView>