一.cxgrid 表格自适应列宽和增加注脚注和 for i := 0 to ado_lxr_cx.FieldCount - 1 do begin //如果是数字,则注脚求合 if (ADO_lxr_cx.Fields[i] is TNumericField) then begin cxGrid1DBTableView1.GetColumnByFieldName(ADO_lxr_cx.Fields[i].FieldName).Summary.Foo…
GridControl对应标准WinForm里的GridView,相当于是一个控件,里面包含多个GridView也可以放其它的控件 禁止修改gridView1.OptionsBehavior.Editable = false; 一. 去掉"Drag a column header here to group by that column"一栏 gridView1.OptionsView.ShowGroupPanel = false; 只想隐藏这句话,保留这个头部,设置Appearanc…