Amit Padhiyar

Amit Padhiyar

  • 1.2k
  • 440
  • 5.8k

How to create custom window without inherit 'Window' class in WPF?

Dec 2 2020 9:07 AM
Here we all use Window class to create custom window but i want...
 
Is some way to create custom window or custom controls that can display on desktop like native window (without set as children of window).
 
I don't Want....
  1. public class CustomWindow : Window{} 
I Want...
  1. public class CustomWindow : WithoutWindow{}

Answers (4)