I create an APPBAR in my WPF application, it is working fine in windows 7, but in XP it has an issue. After i close the application, i expect the space used by APPBAR should be free and reallocated to the desktop, but this does not happens in windows XP. But if i Lock/Unlock the taskbar then it allocate the space back to the system.
Kindly guide me towards some solution to it.
Call this method on App.Exit event and pass your appbar window on it.