2016年6月2日

WPF中Grid实现网格,表格样式通用类(转)

摘要: /// <summary> /// 给Grid添加边框线 /// </summary> /// <param name="grid"></param> public static void InsertFrameForGrid(Grid grid) { var rowcon = grid.RowDe 阅读全文

posted @ 2016-06-02 11:58 ExplorerMan 阅读(576) 评论(0) 推荐(0) 编辑

WPF 自定义消息框(转)

摘要: 相信很多人用过MessageBox.show(),是不是觉得这个消息框有点丑呢,反正我是觉得有点丑的,所以我自己重写了一个。先不说,上两幅图对比先: 当然,也不是很好看,不过比原有的好多了。 不多说了,先上xmal代码: 1 <Window x:Class="MESBox.MEGBox" 2 xml 阅读全文

posted @ 2016-06-02 11:57 ExplorerMan 阅读(858) 评论(0) 推荐(0) 编辑

导航