如何获得像Vista/Windows7一样的列表视图
使用:Visual Studio 2005、.net 2.0
我们能否获得 Vista/Window7 操作系统中的列表视图功能(文件/文件夹详细信息视图):
当鼠标悬停在一行上时,其突出显示。 问题:如果我设置 HotTracking = true,则项目显示下划线,鼠标光标也显示
已更改。拖动选择多个项目。 问题:[Multiple Select = true, FullRowSelect = true] 只有第一列允许 拖动选择项目。其他列则不然。
漂亮的外观和感觉。
如何获得这些设施?
Using: Visual Studio 2005, .net 2.0
Can we get the features of list view as seen in Vista/Window7 OS (file/folders details view):
When mouse is over a row its highlighted.
Problem: if i set HotTracking = true, the items are shown underlined, also mouse cursor
changed.Dragging select multiple items.
Problem: [Multiple Select = true, FullRowSelect = true] Only the first column allows to
drag-select items. Other columns doesn't.The nice look and feel.
How to get these facilities ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用ObjectListView——一个开放的WinForms ListView 控件的源包装。它提供了许多这样的东西以及更多的东西:工具提示、拖放、图像、着色列。
(来源:sourceforge.net)
Use ObjectListView -- an open source wrapper around a WinForms ListView control. It provides many of these things and quite a few more: tooltips, drag and drop, images, tinted columns.
(source: sourceforge.net)