FlowPanel垂直滚动

发布于 2024-07-11 13:23:39 字数 105 浏览 9 评论 0原文

我有一个流程面板,我正在向其中动态添加用户控件。 我希望它继续添加它们并使用垂直滚动条。 相反,它将它们包裹到顶部并放置一个水平滚动条。 我确定我错过了一些东西,但是如何让它进行垂直滚动呢?

I have a flowpanel that I'm dynamically adding usercontrols to. I want it to keep adding them and use a vertical scroll bar. It instead wraps them to the top and places a horizontal scroll bar. I'm sure I'm just missing something, but how do I get it to do vertical scrolling?

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

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

发布评论

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

评论(2

去了角落 2024-07-18 13:23:39

我明白我做了什么。 我将流向设置为 TopDown,需要将其设置为 LeftRight。

有时我觉得自己像个白痴。

I figured out what I did. I had the flow direction set to TopDown, it needed to be set to LeftRight.

Sometimes I feel like a moron.

酒废 2024-07-18 13:23:39

您必须启用滚动,写入:flowLayoutPanel1.AutoScroll = true;

You have to enable scroll write this: flowLayoutPanel1.AutoScroll = true;

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