Windows Store: textbox inside flipview, cannot dismiss SIP keyboard when lost focus -


i using full-screen flipview allow background rotate behind set of inputs. if tap input textbox, sip keyboard appears.

however, tapping outside of textbox not dismiss keyboard expected. realized because of flipview. verified adding 250 margin around flipview. if tap in area covered control still doesn't dismiss, if tap areas covered margins (that is, outside flipview) sip dismiss expected.

i tried setting istabstop false , istapenabled false flipview, sip still remains active unless tap outside flipview.

since need flipview full screen, need know if there way disable control closes keyboard.

can done? property or event on flipview can leverage make happen?

aha, handling "tapped" event did old trick of disabling , enabling flipview , sure enough keyboard dismissed!


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -