What I am trying to do is show a window, that does not explicitly have a height/width, (both values omitted or set to Auto). I was guessing that the window wou
Auto
Set the window's property SizeToContent="WidthAndHeight". This should help.
SizeToContent="WidthAndHeight"