gpt4 book ai didi

c# - 在asp中动态添加控件时更改母版页中布局的高度

转载 作者:太空宇宙 更新时间:2023-11-04 15:29:21 25 4
gpt4 key购买 nike

![enter image description here][1]如何在用户添加新 Controller 时更改我的页面布局的高度。我想在用户添加新控件时提高我的页面的高度。

我在母版页中使用

<div class="main">
<asp:ContentPlaceHolder ID="MainContent" runat="server"/>
</div>

在我的CSS中

.main
{
padding: 0px 12px;
margin: 12px 8px 8px 8px;
height: auto;
}

还有一个问题,我可以在 aspx.cs 文件中以编程方式实现吗?

如有任何建议,我们将不胜感激。谢谢。

最佳答案

只要您的 asp:Content 中包含包含内容或设置高度的元素,它就应该添加到页面的高度

例子

<asp:Content ContentPlaceHolderID="MainContent" runat="server">
<div>

</div>
</asp:Content>

还需要检查改变 div 高度的 CSS 样式,因为这会影响您放置在那里的任何内容

关于c# - 在asp中动态添加控件时更改母版页中布局的高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13607484/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com