一佳一

记录像1+1一样简洁的代码

导航

2013年3月15日

摘要: WPF的DataGrid真的很强大,可以显示子行内容,里面可以是任意控件,这里我做了个一个简单的DataGrid,双击某一行,打开里面的TextBox,并显示绑定内容,废话不说,直接代码界面:<Window x:Class="WpfApplication1.Window21" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title=& 阅读全文

posted @ 2013-03-15 11:58 一佳一 阅读(7261) 评论(3) 推荐(0) 编辑