I've created a borderless ChildWindow in my control, initially, there is a white border around it that I cannot get rid of. After some attempts, I was finally able to hide this by setting WindowBackground to a Transparent SolidColorBrush.
Ideally, though, I would like that border to be gone altogether rather than just being invisible, as it eats away at the usable client area where I want to display stuff. Based on the documentation, it would seem this area should be controlled by the WindowBorderThickness property, but setting this property to zero does not hide this region. Can anyone help me?
Ideally, though, I would like that border to be gone altogether rather than just being invisible, as it eats away at the usable client area where I want to display stuff. Based on the documentation, it would seem this area should be controlled by the WindowBorderThickness property, but setting this property to zero does not hide this region. Can anyone help me?