08 2012 档案

动态定义DataGrid列
摘要:首先定义Datagrid:C# code DataGrid targetDataGrid = new DataGrid(); targetDataGrid.ItemsSource = source; targetDataGrid.AutoGenerateColumns = false; Layout... 阅读全文

posted @ 2012-08-01 12:23 [CC] 阅读(233) 评论(0) 推荐(0)

导航