windows phone 7 - Programmatically close ListPicker from WP7 Silverlight Toolkit -


my app being rejected marketplace because of requirement 5.2.4.c (back button must close menu or dialog , cancel navigation). i'm using listpicker silverlight toolkit , that's what's causing failure: pressing button when listpicker open goes instead of closing listpicker , cancelling navigation.

this seems simple enough fix: if user presses button , listpicker open, close , cancel navigation. however, haven't seen way of programatically either detecting whether listpicker open, or closing listpicker.

am missing something? how fix bug?

one again, have asked question soon. answer here: http://silverlight.codeplex.com/workitem/7643


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -