如何在wpf用listbox中添加右键菜单
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在wpf用listbox中添加右键菜单相关的知识,希望对你有一定的参考价值。
参考技术A <ContextMenu><ContextMenu.Items>
<ListBox>
<ListBoxItem Content="fsdfsdf"/>
<ListBoxItem Content="111111111111"/>
</ListBox>
<TextBlock Text="fdsfsdf"/>
<TextBlock Text="fsdfsddddddddddddddddddddddd"/>
</ContextMenu.Items>
</ContextMenu>本回答被提问者和网友采纳 参考技术B 这个要定义Template吧
以上是关于如何在wpf用listbox中添加右键菜单的主要内容,如果未能解决你的问题,请参考以下文章