弹性网格滚动条将所有列推向左侧

发布于 2024-08-28 12:49:25 字数 144 浏览 6 评论 0原文

我有一个弹性网格,其中有 verticalScrollPolicy="auto"。但是每次出现滚动条时,所有列都会被推到左侧,从而使列无法按应有的方式对齐。我尝试在所有列上设置 minWidth 以防止出现这种情况,但这似乎不起作用。有什么想法吗?

I have a flex grid where I have the verticalScrollPolicy="auto". But every time when the scrollbar appears all the columns get pushed to the left, making the columns not align as they should. I tried setting minWidth on all the columns to prevent this, but that doesn't seem to work. Any ideas?

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

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

发布评论

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

评论(1

梦途 2024-09-04 12:49:25

这是 Flex dataGrid 的默认行为。如果它打扰你,你可以设置verticalScrollPolicy =“on”,无论是否需要都会绘制滚动条,并且网格不会调整大小。

This is the default behavior of flex dataGrids. If it bothers you, you can set verticalScrollPolicy="on" which will draw the scrollbar whether or not it's needed, and the grid will not resize.

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