Wednesday, 16 November 2011

Popup Control

Introduction follows...

How to make the popup close, when it loses focus

Just set the StaysOpen property to False. Unfortunately this is not the default behavior
 
<Popup StaysOpen="False" />
 

No comments:

Post a Comment