Winfrom DevExpress GridControl GridView 一些使用技巧
OptionsView => ColumnAutoWidth 设置为False,会显示横向滚动条
gvMain_TopRowChanged 次事件中执行 gvMain.LayoutChanged(); 会强制刷新数据,使缓存的颜色样式更新。
OptionsView => ColumnAutoWidth 设置为False,会显示横向滚动条
gvMain_TopRowChanged 次事件中执行 gvMain.LayoutChanged(); 会强制刷新数据,使缓存的颜色样式更新。