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.
默认情况下,当操作 ScatterViewItem 控件时,它将围绕自己的中心点旋转。
有没有办法改变这个,使控件围绕另一个点旋转,例如围绕它自己的左上角旋转?
我认为 ScatterViewItem 控件不支持这一点。从技术上讲,我认为它只是在操纵渲染转换时对其进行调整,但是一个简单的更改测试似乎不起作用。它可能会在运行时重置它。不知道你为什么需要这个功能(它似乎感觉不是很自然),但我建议创建一个自定义控件来做到这一点。