如何在继续标签时制作文本框?

时间:2014-09-05 19:09:34

标签: xaml

我不明白为什么文本框不在标签扩展名中。

我做错了什么?

这是代码:

  <Grid ShowGridLines="True">
    <Grid.RowDefinitions>
        <RowDefinition Height="*"></RowDefinition>
        <RowDefinition Height="auto"></RowDefinition>
    </Grid.RowDefinitions>

    <StackPanel Grid.Row="0"  Orientation="Horizontal">
        <Label>Text here:</Label>
        <TextBox></TextBox>

    </StackPanel>
</Grid>

0 个答案:

没有答案