3

I am unable to set the height of title bar from xaml.I can change the height while inspecting the output window from snoop. how to change the height of title bar from XAML?

user3610920
  • 1,582
  • 2
  • 13
  • 24
  • 1
    Do you mean title bar of a window? What property are you changing in Snoop that you can't change in XAML? – vesan Jul 21 '15 at 05:19
  • In snoop i have changed the height property of title bar.but am unable to made that change in xaml – user3610920 Jul 21 '15 at 09:39
  • If .Net 4.5 or higher you can use the WindowChrome class. The following SO answer has links: http://stackoverflow.com/a/27845491/512365 – KornMuffin Jul 21 '15 at 16:36

1 Answers1

1

You can use customizable window for changing the height of title bar.

refer this link https://wpfwindow.codeplex.com/

Divyang Patel
  • 920
  • 1
  • 8
  • 15