WPF 中的 Apple Dock 之类(放大鼠标附近的项目)控件?

发布于 2024-09-14 03:22:44 字数 209 浏览 2 评论 0原文

Does anyone know of any WPF controls that act like the Apple Dock (something like this). If not how would you go about creating one? A horizontal listbox of images is simple but I can't seem to recreate the smooth magnification of the images based on where the mouse is. Any help would be appreciated.

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

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

发布评论

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

评论(1

听风吹 2024-09-21 03:22:44

不是专家,但听起来您会在项目的 LayoutTransform 上的 ScaleTransform 上制作动画?

鼠标进入会开始动画以增加比例,退出则相反?

Not an expert, but sounds like you'd do an animation on a ScaleTransform on the LayoutTransform of the items?

mouse enter would start animation to increase the scale, exit the reverse?

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