Gap between window controls and client area
How do I remove the gap highlighted from my window?
I'm extending the glass int开发者_开发百科o the client area, but there is a gap underneath the miminize, maximize/restore and close buttons.
Use Interop calls to extend the frame into the client area.
Alternatively, you could design your own custom WPF window and play with the transparency.
精彩评论