珂珂的个人博客 - 一个程序猿的个人网站

最新发布

[未分类]

FYJ.Winui系列(二)-按钮控件

admin 阅读(2543) 评论(0)

这里做简单了,只写了两种状态,正常状态和鼠标移进去的状态。来看看xaml代码<Buttonx:Class="FYJ.Winui.ButtonUserControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-com [...]   阅读全文

[未分类]

wpf获取DataGrid文本

admin 阅读(2145) 评论(0)

我就想获取某行某列的文本,本来在winform中很简单的,却发现在wpf中还挺不好做,也许是我还没找到简单的实现。///<summary> ///获取单元格文字 ///</summary> ///<paramname="dataGrid1"></param> ///<paramname="str"></param> ///<returns></returns> publicstaticstringGetCellIndex(DataGriddata [...]   阅读全文