如何在VB.net的WPF程序中实现类似Windows Media Player的菜单栏效果。 90
问题如题。现在我能在界面加一个菜单条。但有如下问题。1。菜单项不能在菜单条居中2。不能实现带按钮的文本框如图,上半截是MediaPlayer的截图下半节是我的程序截图整个...
问题如题。
现在我能在界面加一个菜单条。
但有如下问题。
1。菜单项不能在菜单条居中
2。不能实现带按钮的文本框
如图,上半截是MediaPlayer的截图
下半节是我的程序截图
整个XAML代码如下
<Window x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Windows Media Player" Height="350" Width="525">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="32" />
<RowDefinition />
</Grid.RowDefinitions>
<Menu Height="32" Name="Menu1">
<MenuItem Header="组织" />
<MenuItem Header="流媒体" />
</Menu>
</Grid>
</Window>
我试了很多属性,但都不能解决问题。哪个高手帮我看看。。
问题解决另加分。 展开
现在我能在界面加一个菜单条。
但有如下问题。
1。菜单项不能在菜单条居中
2。不能实现带按钮的文本框
如图,上半截是MediaPlayer的截图
下半节是我的程序截图
整个XAML代码如下
<Window x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Windows Media Player" Height="350" Width="525">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="32" />
<RowDefinition />
</Grid.RowDefinitions>
<Menu Height="32" Name="Menu1">
<MenuItem Header="组织" />
<MenuItem Header="流媒体" />
</Menu>
</Grid>
</Window>
我试了很多属性,但都不能解决问题。哪个高手帮我看看。。
问题解决另加分。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询