现windows应用程序中用的datagrid具有分页功能[28]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 bluesea12 的 blog

           if(this.rowheadersvisible)

           {

                      datagrid.hittestinfo hti = this.hittest(_pointtopleft);

                      int irowhti = hti.row;

                      if(irowhti < 0)

                      {

                                  irowhti = 0;

                      }

                      int idelta = this.getcellbounds(irowhti, 0).height + 1;

                      int iheight = this.getcellbounds(irowhti, 0).top + 1;

本文关键:,现windows应用程序中用的datagrid具有分页功能,
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top