I have a project that requires binding a list of strings to a listpicker control. When the binding is done (either in Loaded or OnNavigatedTo events), the listpicker opens to show the bound items, but some items are randomly missing (in fullscreen mode). When the listpicker starts closing, the missing items seem to appear.
Issue posted on stackoverflow: http://stackoverflow.com/questions/10187829/wp7-listpicker-not-showing-all-items
I have also attached a sample project. Please check it out.
Comments: ** Comment from web user: shawnoster **
Issue posted on stackoverflow: http://stackoverflow.com/questions/10187829/wp7-listpicker-not-showing-all-items
I have also attached a sample project. Please check it out.
Comments: ** Comment from web user: shawnoster **
I've attached a solution I believe to be the right fix that I'll be updating the source with. If you want to give it a whirl and see if it fixes the issue you're seeing I'd be very grateful. If this works for you and it passes our tests I'll update the code on Monday.
Thanks.