Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: ChildWindow Title Bar in windows 8

$
0
0
Hi,

I'm using v2.1 of the toolkit with windows8 and I don't see the title bar. Here's my complete XAML and the resulting image :
<xctk:WindowContainer x:Name="_windowContainer">
         <xctk:ChildWindow x:Name="_childWindow"
                           Caption="My ChildWindow"
                           IsModal="True"
                           WindowStartupLocation="Center"
                           WindowState="Open"
                           WindowThickness="0"
                           WindowStyle="None"
                           BorderThickness="0"
                           BorderBrush="#3399cc"
                           Background="#9eceec">
            <StackPanel>
               <TextBlock Text="This is a regular Child Window"
                          Padding="10" />
               <CheckBox Content="MyCheck" />
            </StackPanel>
         </xctk:ChildWindow>
</xctk:WindowContainer>
http://s14.postimg.org/j271fpkxd/child_Window.jpg

Viewing all articles
Browse latest Browse all 4964

Trending Articles