面板不滚动

发布于 2024-08-21 00:50:06 字数 708 浏览 5 评论 0原文

我不确定这里发生了什么,但我有 3 个面板,这 3 个面板嵌套在一个大面板中,因此:

<asp:panel id="pnlMain" runat="server" Height="60%" Width="100%">

  <div id="div1">
    <asp:panel id="panel1" runat="server" Height="100%" width="100"
        scrollbars="vertical"/>
  </div>

  <div id="div2">
    <asp:panel id="panel2" runat="server" Height="100%" width="100"
        scrollbars="vertical"/>
  </div>

  <div id="div3">
    <asp:panel id="panel3" runat="server" Height="100%" width="100"
        scrollbars="vertical"/>
  </div>

</asp:panel>

发生的情况是,当我将网格视图添加到这些嵌套面板时,面板会变得更大,滚动条不滚动,换句话说,面板正在拉伸,而不是其高度保持固定。

我该如何解决这个问题?

谢谢

I am not sure what has happened here, but I have 3 panels, and these 3 panels are nested inside one large, thus:

<asp:panel id="pnlMain" runat="server" Height="60%" Width="100%">

  <div id="div1">
    <asp:panel id="panel1" runat="server" Height="100%" width="100"
        scrollbars="vertical"/>
  </div>

  <div id="div2">
    <asp:panel id="panel2" runat="server" Height="100%" width="100"
        scrollbars="vertical"/>
  </div>

  <div id="div3">
    <asp:panel id="panel3" runat="server" Height="100%" width="100"
        scrollbars="vertical"/>
  </div>

</asp:panel>

What is happening is that when I add my gridviews to these nested panels, the panel is just getting larger, the scroll bars are not scrolling, in other words the panels are stretching rather than their height staying fixed.

How do I fix this?

Thanks

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

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

发布评论

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

评论(1

猫卆 2024-08-28 00:50:06

尝试将身高更改为固定数字而不是 100%。

Try changing your heights to a fixed number rather than 100%.

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