0
214
使用道具 举报
5273
5986
管理员
查看全部评分
283
void OrderGridView_RowCountChanged(object sender, EventArgs e) { DevExpress.XtraGrid.Views.Grid.GridView gv = sender as DevExpress.XtraGrid.Views.Grid.GridView; if (gv == null) return; if (gv.RowCount <= 0) { gv.IndicatorWidth = -1; } else { gv.IndicatorWidth = 25 + Convert.ToInt32(Math.Floor(Math.Log(gv.RowCount, 10)) + 1) * 5; } }
居委会治安大妈
Archiver|手机版|小黑屋|开发者网 ( 苏ICP备08004430号-2 )版权所有:南京韵文教育信息咨询有限公司
GMT+8, 2024-11-23 16:08
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.