Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
746
Prevent unpinnedcontentpane from flying in
posted

I have a content pane with a xamdatagrid as content.  One of the columns in the grid is a button that opens a popup that allows a user to edit some information that is not displayed in the grid.  When the user clicks in a textbox in the popup, the unpinnedcontentpane flys in.  How do I prevent this?  I tried wiring to executingcommand to cancel the flying, but this does not always fire.  Thanks!