Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了带有水平滚动的 asp.net 网页。我需要在鼠标移动时滚动它。该面板由 rad 网格组成。我试过 这个
但它不起作用,
这是我的面板
<asp:Panel ID="pnlAssetDetailGrid" runat="server" ScrollBars="Horizontal" > </asp:Panel>
请任何人都可以用最好的解决方案帮助我