如何让 ASP.Net Ajax Toolkit 中的 Accordion 调整大小?

发布于 2024-07-18 16:58:16 字数 113 浏览 8 评论 0原文

有谁知道如何让 ASP.Net Ajax 控件工具包中的 Accordion 控件自动调整大小,以便填充它所包含的 DIV 元素,并对调整大小的元素做出反应?

谢谢!

马丁

Does anyone have any ideas how to get the Accordion control in the ASP.Net Ajax Control Toolkit to automatically resize so that it fills the DIV element it is contained in, and will react to that element being resized?

Thanks!

Martin

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

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

发布评论

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

评论(2

满身野味 2024-07-25 16:58:16

我只是尝试使用没有任何 CSS 的 Accordion 设置一个示例应用程序,默认情况下它实际上会随着内容的增长而增长。 我的猜测是你使用的 CSS 在某种程度上限制了增长。 例如,尝试使用 min-height 而不是 height ,看看是否可以解决问题。 如果这样的东西不起作用,我建议你发布你使用的 CSS。

I just tried setting upp a sample application with an Accordion without any CSS and it's actually growing with the content by default. My guess is that you're using CSS that is limiting the growth in some way. Try using min-height instead of height for example and see if that solves it. If stuff like that won't work I'd suggest you post the CSS you use.

朕就是辣么酷 2024-07-25 16:58:16

我认为你可以将它放在高度为 100% 的 div 中,并且有一个手风琴 AutoSize="Fill" 的属性。 希望它有效。

i think you can put it inside a div with height 100% and there is a property for the accordion AutoSize="Fill". Hope it works.

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