I am trying to make a WPF app (regular Windows app, not XBAP or Silverlight). I want the main app window to support transparency, and show through the desktop below.
But when I specify ToolTip text on a Button, the ToolTip appears beneath (z-order) the main window!
I have a screenshot where: * Another app overlapps and blocks view of the partially transparent main window. * The tooltip from my button appears in front of the other app. * Where the tooltip is not in front of the other app, it is behind the partial transparency.
I read elsewhere that this is a known problem with the WPF engine for 32-bit XP and does not occur in Vista.
What I am looking for is a fix/workaround.