This is a migrated thread and some comments may be shown as answers.

Scrollable ContextMenu

1 Answer 39 Views
ContextMenu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jukka
Top achievements
Rank 1
Jukka asked on 20 Feb 2012, 08:58 PM
Hello!

I need to add a menu with quite a few items in it. Is it possible to limit the height of RadContextMenu and make it's contents vertically scrollable?

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 22 Feb 2012, 12:55 PM
Hello Jukka,

Thank you for your interest in RadContextMenu.

In accordance with the Design Templates for Windows Phone 7, provided by Microsoft, the ContextMenu as a concept in Windows Phone should not include more than 5 items, because including more items would influence the user experience and would make the items harder to select. This is why RadContextMenu does not support scrolling of its items, as it is not expected that there will be too many of them. If your application requires more than 5 items, then you should probably consider choosing something different than a context menu to display the items, for example RadWindow, or you can try to refactor your project in a way that it doesn't require so many items displayed at once.

I hope this information is helpful.

Greetings,
Todor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ContextMenu
Asked by
Jukka
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or