摘要:
<Grid> <StackPanel Margin="5" Name="cooos" DataContext="{x:Static SystemFonts.IconFontFamily}"> <TextBlock Text="{Binding Path=Source }"></TextBlock> 阅读全文
posted @ 2019-01-16 22:37
吃葡萄不吐葡萄脾
阅读(382)
评论(0)
推荐(0)
摘要:
//声明ColumnView对象 var columnView = (ColumnView)gtSynData.FocusedView; //得到选中的行索引 int focusedhandle = columnView.FocusedRowHandle; 阅读全文
posted @ 2019-01-16 18:00
吃葡萄不吐葡萄脾
阅读(660)
评论(0)
推荐(1)