Skip to content
Discussion options

You must be logged in to vote

@dknippel Ok, got it, you should use LayoutTransform instead RenderTransform to get this:

I hope this is what you want.

    <Grid HorizontalAlignment="Center" Grid.ShowGridLines="True">
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="Auto" />
            <ColumnDefinition Width="Auto" />
            <ColumnDefinition Width="Auto" />
        </Grid.ColumnDefinitions>

        <mah:NumericUpDown Grid.Column="0"
                           Grid.Row="0"
                           Minimum="-180"
                           Maximum="180" 
                           Value="100"
                           Margin="4"
                           VerticalAlignment="Stretch"

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@punker76
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dknippel
Comment options

Answer selected by dknippel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants