如何阻止 Treeview 节点在 WM5 和 WM5 之间出现不同的情况WM6.5

发布于 2024-12-28 14:07:46 字数 405 浏览 1 评论 0 原文

由于某种原因,Windows Mobile 6.5 上的树视图节点看起来比 Windows Mobile 5 上的间距更大。对于物理设备和使用模拟器时都是如此。

在 Windows Mobile 5 上

在此处输入图像描述

在 Windows Mobile 6.5 上

在此处输入图像描述

由于 PDA 屏幕很小,因此消除空白以显示更多信息将非常有用。

我正在使用 .Net Compact Framework 3.5,并且我在 Windows Mobile 6.5 和 6.5.3 上看到了此行为

For some reason treeview nodes appear more spaced out on Windows Mobile 6.5 than on Windows Mobile 5. This is true of both physical devices and when using the emulator.

On Windows Mobile 5

enter image description here

On Windows Mobile 6.5

enter image description here

Because of the tiny PDA screen it would be very useful to get rid of the white space, to allow more information to be displayed.

I am using the .Net Compact Framework 3.5, and I have seen this behaviour on Windows Mobile 6.5 and 6.5.3

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

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

发布评论

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

评论(1

淡淡離愁欲言轉身 2025-01-04 14:07:46

间距是故意的,无法更改(无需自定义绘制整个内容,即 在托管代码中并不那么容易),因为 WinMo 6.5 及后来的版本据说转向了更“手指友好”的 UI。

我意识到该链接是针对 ListView 的,但 CE 中的 TreeView 也以相同的方式支持自定义绘制,并且该链接是我在 CF 中见过的唯一自定义绘制的任何

The spacing is intentional and cannot be changed (without custom drawing the entire thing, which is not so easy in managed code), as WinMo 6.5 and later supposedly moved toward more "finger friendly" UIs.

I realize the link is for a ListView, but the TreeView in CE also supports custom drawing in the same way, and that link is the only custom drawn anything I've seen for the CF.

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