I need help with using UniformGrid when I place a third button it goes to the next Line.
<UniformGrid Grid.Row="2" HorizontalAlignment="Right">
<Button x:Name="RuntimeButton" Style="{StaticResource BigButton}" Command="{Binding SelectRuntimeCommand}">Runtime</Button>
<Button x:Name="ConfigButton" Style="{StaticResource BigButton}" Command="{Binding SelectConfigureCommand}">Configure</Button>
<Button x:Name="LogButton" Style="{StaticResource BigButton}">Log</Button>
</UniformGrid>