0

enter image description here

This Radmenu is dynamically created in code behind.Please let me know how to add scroll bar in this menu to limit the items in the submenu.

K T
  • 169
  • 1
  • 4
  • 14

3 Answers3

0

Check out this post from telerik forums. Though it's in silverlight, I'm pretty sure you can use it as is.

Omri Btian
  • 6,499
  • 4
  • 39
  • 65
0

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

123 456 789 0
  • 10,565
  • 4
  • 43
  • 72
0

While not a scrollbar, you can set the DropDownHeight property of the RadMenuItem. It limits the height taken by the child menu items, and has up/down arrows to enable the scrolling.

Random
  • 1,896
  • 3
  • 21
  • 33