技術ブログ by Strawhat.net

日々の暮らしを快適に

ContextMenuへのバインディング(3of3)

前回ではContextMenuのItemTemplateにMenuItemを含めると、 項目を選択してもコンテキストメニューが閉じない問題があ

ContextMenuへのバインディング(2of3)

前回の続きです。 MenuItemのIEnumerableをContextMenuのItemsSourceに バインドすることで一応狙った通りに

ContextMenuへのバインディング(1of3)

Windows Phone ToolkitのContextMenuのサンプルコードでは #!XML <toolkit:ContextMenuService.ContextMenu> <toolkit:ContextMenu> <toolkit:MenuItem Header="Item1"/> <toolkit:MenuItem Header="Item2"/> <toolkit:MenuItem Header="Item3"/> </toolkit:ContextMenu> </toolkit:ContextMenuService.ContextMenu> というように、MenuItemで明示的にメニュー項目を定