文件名称:CustomHeader

  • 所属分类:
  • ListView/ListBox
  • 资源属性:
  • [Windows] [Visual.Net] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 46kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • Xiu***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

C# 要实现ListView的各行各列重绘是一件很麻烦的事情,最近就确定要实现一个功能需求,在一个ListView各行的第二列(Details模式)加入一个小图标。之前已经领教过ListView的设置,要开启重绘ListView各行,就必须重载它的OnDrawSubItem,但是ListView默认是不会执行你重载的OnDrawSubItem事件的,除非你把它OwnerDraw设置为true,即打开由用户控制绘图模式。然而让人抓狂的是,OwnerDraw=true后,整个ListView的Item/SubItem/Column全部都会空掉,即使你同时重载OnDrawSubItem/OnDrawItem/OnDrawColumnHeader并执行里面的base.OnDrawXXXXX(e),也不给你画出来。-C# to achieve the ListView to redraw the lines of the columns is a very troublesome thing, recently determined to achieve a functional requirements, each row in a ListView in the second column (Details mode) by adding a small icon. Had previously experienced the ListView settings, to open the ListView redraw the lines, you must override it OnDrawSubItem, but the ListView by default will not be implemented overloaded OnDrawSubItem your event, unless you put it OwnerDraw is set to true, that is open from user-controlled graphics mode. But people crazy is that, OwnerDraw = true, the entire ListView' s Item/SubItem/Column will all be empty out, even if you also overload OnDrawSubItem/OnDrawItem/OnDrawColumnHeader and perform inside base.OnDrawXXXXX (e), not given you have drawn.
相关搜索: CustomHeader
OnDrawItem

(系统自动生成,下载前可以参看下载内容)

下载文件列表

CustomHeader

............\AssemblyInfo.cs

............\bin

............\...\Release

............\...\.......\CustomHeader.dll

............\CustomHeader.csproj

............\CustomHeader.csproj.user

............\CustomHeader.sln

............\MyColumn.cs

............\MyColumn.resx

............\MyHeaderCollection.cs

............\MyListView.cs

............\MyListView.resx

............\Win32.cs

CustomHeaderTest



................\AssemblyInfo.cs

................\bin

................\...\Release

................\...\.......\CustomHeader.dll

................\...\.......\CustomHeaderTest.exe

................\CustomHeaderTest.csproj

................\CustomHeaderTest.csproj.user

................\Form1.cs

................\Form1.resx

新建 文本文档.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org