lixiaojun
2024-12-20 6f8d3598e6b3777f45d0a8c1551a845e70d37fb6
WinFrmUI/Yw.WinFrmUI.Core/00-core/GridViewExtensions.cs
@@ -47,8 +47,7 @@
            grid.OptionsBehavior.ReadOnly = true;
            grid.OptionsView.EnableAppearanceOddRow = true;   // 使能 // 和和上面绑定 同时使用有效
            grid.Appearance.EvenRow.BackColor = Color.FromArgb(244, 248, 251);  // 设置偶数行颜色
            grid.OptionsView.EnableAppearanceEvenRow = true;