- Gridレイアウトに載せる
ということですが、そのテンプレートをここに書いておきます。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Grid> | |
<Grid.RowDefinitions> | |
<RowDefinition Height="Auto" /> | |
<RowDefinition /> | |
</Grid.RowDefinitions> | |
<Menu> | |
<MenuItem Header="ファイル" /> | |
<MenuItem Header="編集" /> | |
<MenuItem Header="ヘルプ"> | |
<MenuItem IsCheckable="True" Header="info" /> | |
</MenuItem> | |
</Menu> | |
</Grid> |
0 件のコメント:
コメントを投稿