<Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition /> </Grid.RowDefinitions> <Expander Header="Exp di prova"> <StackPanel> <TextBox /> <Button Content="Ciao" /> </StackPanel> </Expander> <Button Content="Fuori dall'expander" Grid.Row="1" /> </Grid>
Torna al forum | Feed RSS