摘要: view 代码如下:View Code 1 <Grid> 2 <Grid.RowDefinitions> 3 <RowDefinition Height="50"/> 4 <RowDefinition Height="*"/> 5 </Grid.RowDefinitions> 6 <StackPanel Orientation="Horizontal"> 7 <Button x:Name="BtnPrevious" Width=" 阅读全文
posted @ 2011-12-17 15:45 Damon-Cui 阅读(1060) 评论(0) 推荐(0) 编辑
摘要: button 通过Behavior操作textbox内的textView 代码如下:View Code 1 <UserControl x:Class="TestApp.Views.TestView" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 4 xmlns:mc="http://schemas.openxmlf.. 阅读全文
posted @ 2011-12-17 11:36 Damon-Cui 阅读(237) 评论(0) 推荐(0) 编辑