How to make title bar disappear in WPF window?

后端 未结 5 1158
刺人心
刺人心 2020-12-25 10:24

I know this has been asked before but I\'ve tried answers:

  • How to create a WPF Window without a border that can be resized via a grip only?
  • How to rem
5条回答
  •  隐瞒了意图╮
    2020-12-25 10:52

    I think you should play with ShowTitleBar="False" and back anywhere within your application, either in the Xaml file or in the code behind. That should do the trick

提交回复
热议问题