Created Issue: Crash when trying to display a context menu [10731]
Sometimes app crash when I trying to display(by tap and hold) a context menu of listboxItem control:parameter is incorrectat MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData) at...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleClosed Issue: ListPicker in WP7.5 app only displays 1 item [10729]
ListPicker in WP7.5 app only displays 1 item. XAML and CS file attached.Comments: This is a dupe of work item: 10730.
View ArticleClosed Issue: ListPicker in WP7.5 app only displays first Item [10730]
ListPicker in WP7.5 app only displays first Item. Why?XAML an CS file attached.Comments: Hi, I looked at the repro you provided (thank you!) and using the latest Toolkit it works as expected.When the...
View ArticleClosed Issue: Crash: conflict between GestureListener and ContextMenu (WP7)...
The following piece of code crashes the Toolkit: private void GestureListener_Tap(object sender, Microsoft.Phone.Controls.GestureEventArgs e) { ContextMenu menu = new ContextMenu(); menu.Items.Add(new...
View ArticleCommented Issue: Crash: conflict between GestureListener and ContextMenu...
The following piece of code crashes the Toolkit: private void GestureListener_Tap(object sender, Microsoft.Phone.Controls.GestureEventArgs e) { ContextMenu menu = new ContextMenu(); menu.Items.Add(new...
View ArticleClosed Issue: TouchPanel.IsGestureAvailable is always false [7595]
If my game parses xaml that has the ToggleSwitch set to visible at anytime (once parsed, or by property change in C#), my Manipulation Completed event does fire as usual, however, there is NO gesture...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleCreated Issue: Bad chart performance [10741]
The toolkit chart performs very badly when asked to display a large number of data points. For example, a stacked area chart can take more than 10 seconds to display ~5000 data points. See the simple...
View ArticleCommented Issue: Bad chart performance [10741]
The toolkit chart performs very badly when asked to display a large number of data points. For example, a stacked area chart can take more than 10 seconds to display ~5000 data points. See the simple...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleCommented Issue: Listpicker randomly skips rendering items when bound to...
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...
View ArticleClosed Issue: ListPicker Issue with ScrollViewer [9379]
Put a ListPicker in a ScrollViewer.Expected Behavior: ListPicker opens when tapped.Actual Behavior: ListPicker does not open when tapped.Comments: Duplicate of...
View ArticleCommented Issue: Listpicker performace is very poor [8004]
When I added 200 Items (countries list) to ListPicker, it becomes dead slow. This is the first control i saw which takes some seconds to show the list in windows phone 7.any workaround to improve the...
View ArticleClosed Issue: ListPicker [7951]
hello,i am using the ListPicker control and it's bounded to both ItemSource and SelectedItem Properties.when i use this xaml: <toolKitControls:ListPicker Header="Priority" Grid.Row="2"...
View Article