2012年8月22日

摘要: 控件绑定 <Grid x:Name="LayoutRoot"> <StackPanel> <ScrollBar x:Name="bar" Orientation="Horizontal" Height="20" /> <TextBox x:Name="tb" Text="{Binding ElementName=bar, Path=Value, Mode=OneWay, UpdateSourceTrigger=Default}" /& 阅读全文
posted @ 2012-08-22 13:11 YanYangjiang 阅读(2731) 评论(0) 推荐(0) 编辑

导航