zoukankan      html  css  js  c++  java
  • 如何让cxgrid既能充满又能根据内容进行宽度调整?

    如何让cxgrid既能充满又能根据内容进行宽度调整? 原创 2009年02月25日 10:10:00 2793 1、选中cxgridview,在属性中找OptionsView--->ColumAutoWidth,把这个属性设为True; 2、在adoquery的open之后加上如下代码即可 [delphi] view plain copy for i := 0 to cxGridView1.ColumnCount - 1 do begin cxGridView1.Columns[i].ApplyBestFit(); end;
  • 相关阅读:
    css定位
    css盒子
    css元素分类
    Css属性
    Css基础2
    啊啊啊啊
    函数指针
    重载函数
    成员函数
    资源网站
  • 原文地址:https://www.cnblogs.com/westsoft/p/8647924.html
Copyright © 2011-2022 走看看