WPF - 将 ScatterViewItem.Content 作为 UIElement 添加到 StackPanel
我正在尝试创建一个应用程序,您可以将 ScatterViewItems 拖动到彼此旁边,并且这些项目将停靠在一起,以便您可以将它们作为单个项目移动。
现在我正在尝试创建一个 StackPanel 并添加两个停靠在其中的 ScatterViewItems 的内容,但不确定如何将 SVI 的内容属性转换为 UIElement > 以任何有意义的方式。有没有人尝试过做类似的事情,或者对如何让它发挥作用有任何想法?
I'm attempting to make a application where you can drag ScatterViewItems next to each other, and the items will dock together, so that you can move them around as a single item.
Right now I'm trying to create a StackPanel
and add the content of the two ScatterViewItems being docked to it, but am not sure how to convert the SVI's content property to a UIElement
in any meaningful way. Has anyone tried to do something similar, or have any ideas on how to get it to work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Surface SDK 中的 ScatterPuzzle 示例。它准确地展示了如何完成将项目组合在一起的场景
Look at the ScatterPuzzle example in the Surface SDK. It shows precisely how to accomplish this scenario of snapping items together