Skip to main content

All Questions

0 votes
3 answers
58 views

Collapsed Grid in StackPanel change position of other controls in StackPanel

I have this Xaml Page: <StackPanel Orientation="Horizontal"> <Grid x:Name="inkGrid0" Margin="0,0,0,0" HorizontalAlignment="Left" > <...
yalematta's user avatar
  • 1,389
2 votes
1 answer
4k views

XAML Grid Visibility Transition?

I have a Grid that has Visibility bound to a property in my viewmodel. This all works fine -- the Grid appears/disappears correctly. My question is, how can I apply a transition so that instead of ...
Steve Macdonald's user avatar