Removing thin border around the menuitems

前端 未结 1 1391
夕颜
夕颜 2021-01-18 11:32

I based a custom menu on some code I once received. It looks OK, but I\'m going crazy over how to remove the thin black border around the entire section of menuitems?! Whe

相关标签:
1条回答
  • 2021-01-18 11:52
    ...
    <!-- The Popup is the body of the menu which expands down or across depending on the level of the item --> 
    <Popup ...> 
       <Border x:Name="SubMenuBorder" ... Padding="0">...</Border>...</Popup>
    
    0 讨论(0)
提交回复
热议问题