zhangyk-c
2024-07-11 9ca59ac2d37530208538a05a704b5ea712cab7db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Page x:Class="HStation.RevitDev.RevitDataExport.Forms.Wpf_FamilyPanel"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:local="clr-namespace:HStation.RevitDev.RevitDataExport.Forms"
             Title="" Background="LightGray">
    <Grid>
        <DockPanel LastChildFill="False">
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
        </DockPanel>
    </Grid>
</Page>