摘要: XAML: <Window x:Class="WpfApp3.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/win 阅读全文
posted @ 2024-07-02 15:52 double64 阅读(1) 评论(0) 推荐(0) 编辑
摘要: XAML: <Grid> <Grid.RowDefinitions> <RowDefinition/> <RowDefinition Height="Auto"/> </Grid.RowDefinitions> <StackPanel Grid.Row="0"> <TextBox x:Name="t 阅读全文
posted @ 2024-07-02 15:30 double64 阅读(2) 评论(0) 推荐(0) 编辑