Possible Duplicate:
Borderless application on maximize is hiding behind the task bar in Win 7 and Win 8
my windowstyle is none and I maximized the window the window is behind the task bar and I cannot see the while window properly. i tries this but it doesn't work:
this.MaxHeight = SystemParameters.VirtualScreenHeight;
this.MaxWidth = SystemParameters.VirtualScreenWidth;