Questions tagged [window-chrome]

57 questions
1
vote
1 answer

Custom WindowChrome [ Wpf Core 3.1; MvvmCross 7.0.0 ]

How to customize the WindowChrome class while using MvvmCross? I've got this:
ge.go
  • 65
  • 1
  • 10
1
vote
1 answer

Using WindowChrome Class to set title bar background

I am wanting to just set the title bar and border of a WPF window but the title background property doesn't look to be exposed in the class. I want to leave all default Window behavior and just set the color property of Title Bar and Border What is…
Matt
  • 500
  • 7
  • 18
1
vote
1 answer

Background STA thread with custom window style using window chrome throwing cross threaded access exception

This one is bit bizarre. From a main window in wpf (on a button click), I am creating another STA Thread where I am showing a custom window. This custom window is applied with a style that uses the WindowChrome class from shell. I get an exception…
sudarsanyes
  • 3,156
  • 8
  • 42
  • 52
1
vote
2 answers

WPF/XAML – Binding of WindowChrome.CaptionHeight

Theme/Generic.xaml of my WPF Custom Control MyBaseWindow looks like this: