1
다음과 같은 제목 템플릿이있는 MahApp MetroWindow를 사용하고 있습니다.Mahapp Metro 창 제목이 TaskBar에 표시되지 않습니다.
<metro:MetroWindow x:Class="WpfApplication1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:metro="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:local="clr-namespace:WpfApplication1">
<metro:MetroWindow.TitleTemplate>
<DataTemplate>
<Grid>
<TextBlock Text="New Title"/>
</Grid>
</DataTemplate>
</metro:MetroWindow.TitleTemplate>
문제는이 제목을 보여 doesent 작업 표시 줄에 있습니다.
그 작품 !!!! –