如何获得像Vista/Windows7一样的列表视图

发布于 2024-08-23 17:20:30 字数 341 浏览 2 评论 0原文

使用:Visual Studio 2005、.net 2.0

我们能否获得 Vista/Window7 操作系统中的列表视图功能(文件/文件夹详细信息视图):

  1. 当鼠标悬停在一行上时,其突出显示。 问题:如果我设置 HotTracking = true,则项目显示下划线,鼠标光标也显示
    已更改。

  2. 拖动选择多个项目。 问题:[Multiple Select = true, FullRowSelect = true] 只有第一列允许 拖动选择项目。其他列则不然。

  3. 漂亮的外观和感觉。

如何获得这些设施?

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):

  1. When mouse is over a row its highlighted.
    Problem: if i set HotTracking = true, the items are shown underlined, also mouse cursor
    changed.

  2. Dragging select multiple items.
    Problem: [Multiple Select = true, FullRowSelect = true] Only the first column allows to
    drag-select items. Other columns doesn't.

  3. The nice look and feel.

How to get these facilities ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心是晴朗的。 2024-08-30 17:20:30

使用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.

alt text
(source: sourceforge.net)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文