Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道任何像 Apple Dock 一样的 WPF 控件(类似这样的东西)。如果不是,您将如何创建一个?图像的水平列表框很简单,但我似乎无法根据鼠标的位置重新创建图像的平滑放大。任何帮助,将不胜感激。
不是专家,但听起来你会在项目的 LayoutTransform 上的 ScaleTransform 上制作动画?
鼠标输入会启动动画以增加比例,退出相反?