問題
使用 Panel.ScrollBars讓MasterPage裡的Content出現卷軸
解決方法
<asp:Panel ID="panel1" runat="server" Height="350" ScrollBars="Auto">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</asp:Panel>
<asp:Panel ID="panel1" runat="server" Height="350" ScrollBars="Auto">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</asp:Panel>
沒有留言:
張貼留言