I have a custom WPF window defined as:
To create a drop shadow effect whilst having the ability to re-size the form try the following:
Set the following properties on the window:
After the window declaration, add a Border element
Border.Effect element inside of the borderFor the border effect add the following:
This will create the following (without the control box in the top right):

Full XAML: