0
214
使用道具 举报
5405
6338
管理员
查看全部评分
353
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 )版权所有:南京韵文科技有限公司 苏公网安备32011302322501号
GMT+8, 2025-4-20 19:20
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.