
此 Radmenu 是在后面的代码中动态创建的。请告诉我如何在此菜单中添加滚动条以限制子菜单中的项目。
Check out this post from telerik forums. Though it's in silverlight, I'm pretty sure you can use it as is.
Try explicitly setting the Height property of the Menu for that has a lot of menu items and that should add (Up/Down) button I believe
虽然不是滚动条,但您可以设置 RadMenuItem 的 DropDownHeight 属性。它限制子菜单项的高度,并具有向上/向下箭头以启用滚动。