<Window x:Class="MapEditor2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="400" Width="600"> <Grid> <Grid.RowDefinitions> <RowDefinition ToolTip="菜单栏" Height="30"/> <RowDefinition ToolTip="工作区" Height="200*"/> <RowDefinition ToolTip="状态栏" Height="30"/> </Grid.RowDefinitions> <StatusBar Margin="0,0,0,0" Grid.Row="2" BorderBrush="#FF2671A4" BorderThickness="0,1,0,0" /> </Grid> </Window>
相关文章:
- QtDesigner 控件自适应窗体的方法 2022-12-23
- 让form自适应高度 2022-12-23
- QT designer 控件自适应 2021-12-05
- qml : qml控件自适应; 2022-12-23
- WPF自定义控件的两种方式 2022-12-23
- WPF ViewBox中的TextBlock自适应 2021-07-23
- Android 之UI自适应解决方式 2022-12-23