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.
Asked
Active
Viewed 343 times
0
-
[telerik forum](http://www.telerik.com/community/forums/wpf/context-menu.aspx) seems like the place to ask that question – Omri Btian Sep 24 '13 at 14:02
-
ok thnx...I have searched in it.. – K T Sep 24 '13 at 14:03
-
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 Sep 24 '13 at 14:04
-
K T - why have you accepted only 4 answers for you 16 questions? And why do you ignore any comments? – MikroDel Oct 01 '13 at 06:29
3 Answers
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