これはどうやったら作れますか...
コマンド http://img841.imageshack.us/img841/2631/46lc.jpg
WPFで。
スタックパネルとドックパネルの使用に関する他の多くの質問を読みましたが、必要なものを再現できないようです。これは私が現在持っているものです..
command2 http://img13.imageshack.us/img13/5374/7oft.jpg
そして私のxaml..
<DockPanel VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Background="DarkGray" Grid.ColumnSpan="2" Grid.Row="1" LastChildFill="False" >
<TextBlock Text="{StaticResource commandText}" Style="{StaticResource Heading2}" Margin="0,0,0,0" VerticalAlignment="Center" DockPanel.Dock="Left" />
<TextBox Name="inputTextBox" VerticalAlignment="Center" HorizontalAlignment="Stretch" />
<Button x:Name="termSend" Content="{StaticResource sendText}" Margin="0,0,0,8" DockPanel.Dock="Right" VerticalAlignment="Center" />
</DockPanel>