哪里可以找到这个 FlowPanel?

发布于 2024-11-26 04:28:21 字数 183 浏览 4 评论 0原文

我发现许多来源引用了名为 FlowPanel 的 WPF 类。甚至还有一个关于 FlowLayoutPanel 的 MSDN 条目。但是当我输入 XAML 时,我的 Intelisense 找不到它:

<Flow

我在工具栏中也找不到它。我做错了什么?

I have found many sources referencing a WPF class called FlowPanel. There is even a MSDN entry about FlowLayoutPanel. But my Intelisense can't find it when I type in my XAML:

<Flow

I can't find it in the toolbar neither. What am I doing wrong?

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

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

发布评论

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

评论(2

倾听心声的旋律 2024-12-03 04:28:21

FlowLayoutPanel 是一个 WinForms 控件。您需要 WPF 等效项,称为 WrapPanel

FlowLayoutPanel is a WinForms control. You want the WPF equivalent, which is called WrapPanel.

还在原地等你 2024-12-03 04:28:21

FlowLayoutPanel是一个WindowsForms控件,所以你不会在WPF中找到它。您可以尝试 VirtualizingTilePanel,我认为它具有您正在寻找的功能。

编辑:另外,我忘记了Bag of Tricks。有一个名为 AnimatingTilePanel 的简洁类。

FlowLayoutPanel is a WindowsForms control, so you will not find in in WPF. You can try the VirtualizingTilePanel, I think it has the functionality which you are looking for.

Edit: Also, I forgot about the Bag of Tricks. There is a neat class called AnimatingTilePanel.

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