How can I add a tab control on to the window title bar
问题 I want to add the tab control header (or styled list box) to the windows title bar like this: New window title bar I plan to edit the window template to achieve this. But I don't know where to add. Here is the window template I edit in Blend: <ControlTemplate x:Key="WindowTemplateKey" TargetType="{x:Type Window}"> <Border BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}"> <Grid> <AdornerDecorator>