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

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

本文简介:选择自 bluesea12 的 blog

           datagrid.hittestinfo hittestinfo = this.hittest(new point(e.x, e.y))          if(hittestinfo.type == datagrid.hittesttype.rowresize)

           {

                      return;

           }

           base.onmousemove(e);

                      }

 

/// <summary>

///

/// </summary>

/// <param name="e"></param>

protected override void onmousedown(system.windows.forms.mouseeventargs e)

{

           datagrid.hittestinfo hittestinfo = this.hittest(new point(e.x, e.y));

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

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

go top