注册 登录
编程论坛 WPF/Silverlight

<TextBox>

aababy 发布于 2012-12-20 11:55, 5352 次点击
    <Grid>
        <!--Text="{Binding Path=Value,ElementName=slider1,Mode=TwoWay}" -->
        <TextBox Height="23" Margin="5" Name="textBox1" Width="120" />
        <TextBox Height="23" Margin="5" Name="textBox2" Width="120" />
        <TextBox Height="23" Margin="5" Name="textBox3" Width="120" />
    </Grid>

这样写有什么问题呢,为什么编译通过, 运行错误呢.
0 回复
1