Skip to main content
 首页 » 编程设计

C# 把Div变为滚动条

2022年07月15日495开发
  <div runat="server"  style="overflow:auto;width:350px;height:200px" > 
                <asp:RadioButtonList runat="server" ID="RadioButtonList1" BorderStyle="None" 
                    RepeatLayout="Flow"> 
                    <asp:ListItem>工作日加班</asp:ListItem> 
                    <asp:ListItem>周末加班</asp:ListItem> 
                    <asp:ListItem>法定节日加班</asp:ListItem> 
                    <asp:ListItem>工作日加班</asp:ListItem> 
                    <asp:ListItem>周末加班</asp:ListItem> 
                    <asp:ListItem>工作日加班</asp:ListItem> 
                    <asp:ListItem>周末加班</asp:ListItem> 
                    <asp:ListItem>法定节日加班</asp:ListItem> 
                    <asp:ListItem>工作日加班</asp:ListItem> 
                    <asp:ListItem>周末加班</asp:ListItem> 
                    <asp:ListItem>法定节日加班</asp:ListItem> 
                    <asp:ListItem>工作日加班</asp:ListItem> 
                    <asp:ListItem>周末加班</asp:ListItem> 
                    <asp:ListItem>法定节日加班</asp:ListItem> 
                    <asp:ListItem>工作日加班</asp:ListItem> 
                    <asp:ListItem>周末加班</asp:ListItem> 
                    <asp:ListItem>法定节日加班</asp:ListItem> 
                    <asp:ListItem>法定节日加班</asp:ListItem> 
                </asp:RadioButtonList> 
            </div>

本文参考链接:https://www.cnblogs.com/szlblog/p/7483403.html