我想为垂直菜单创建/找到相同的功能。我尝试了以下内容。
<asp:Menu ID="menuAccountMembers" runat="server" StaticSubMenuIndent="16px"
Visible="true" RenderingMode="Table"
ScrollDownImageUrl="~/Resources/scrolldown.jpg"
ScrollUpImageUrl="~/Resources/scrollup.jpg">
<Items>
但它不显示任何滚动图像。我正在使用.net 4.0 尝试设置 menuAccountMembers.RenderingCompatibility =新版本(3,5); 。
如果有一个属性只显示前5个根菜单项,那么显示其余的滚动条?它可以点击,无需将鼠标悬停在下一个项目上。
答案 0 :(得分:0)
发现Jcarousel足够了