2022年12月5日

wpf DataGrid相关总结

摘要: 1.去掉外边蓝框,设置BorderThickness="0" 阅读全文

posted @ 2022-12-05 12:02 wu.g.q 阅读(34) 评论(0) 推荐(0) 编辑

C# DataGrid嵌套DataGrid动态隐藏显示行

摘要: 前端代码: <Window x:Class="DataGridPractice.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsof 阅读全文

posted @ 2022-12-05 11:50 wu.g.q 阅读(127) 评论(0) 推荐(0) 编辑

C# RGB转Brush

摘要: C#中自定义一个Brush,使用Color赋RGB值给Brush: dataGrid2.HorizontalGridLinesBrush = new SolidColorBrush(System.Windows.Media.Color.FromArgb(255, 255, 255, 255)); 阅读全文

posted @ 2022-12-05 11:23 wu.g.q 阅读(149) 评论(0) 推荐(0) 编辑

导航