Closed Issue: Setted Transitions are nulled after opening a ListPicker in...
Here's the testing procedure: - Set a TransitionFrame - Add two or more pages to the app with transitions applied to them - On the entry page, add a ListPicker control with more than 5 items (to force...
View ArticleClosed Issue: Listpicker with Large lists lose consciousness [9940]
I have a panorama item with a number of listpicker controls to set application preferences that I am binding to a viewmodel. If i go out to another form (for a short time @15 seconds) and return, life...
View ArticleClosed Issue: WP7: ListPicker throws exception when SelectedItem is databound...
ContainerFromIndex(-1) is sometimes called resulting in an ArgumentOutOfRangeException.Comments: This is a dupe of http://silverlight.codeplex.com/workitem/7561.
View ArticleClosed Issue: Clicking on ListPicker to stop scrolling in fullmode or to...
When clicking on a listpicker to stop it from scrolling in fullmode or to select an item causes OnNavigatedTo page event to be raised. This behavior is different from the previous version of the...
View ArticleCommented Issue: ListPicker Fullmode Page margins change on orientation...
Changing the orientation on the Fullmode page for the ListPicker changes the left side margin. This doesn't appear to be the correct behaviour. Changing the orientation back doesn't fix it. This is in...
View ArticleCreated Issue: ListPicker Border around in-line picker is too thick [10744]
The border around the inline picker is 1px in the 1st party controls.
View ArticleCommented Issue: Setted Transitions are nulled after opening a ListPicker in...
Here's the testing procedure: - Set a TransitionFrame - Add two or more pages to the app with transitions applied to them - On the entry page, add a ListPicker control with more than 5 items (to force...
View ArticleReopened Issue: Setted Transitions are nulled after opening a ListPicker in...
Here's the testing procedure: - Set a TransitionFrame - Add two or more pages to the app with transitions applied to them - On the entry page, add a ListPicker control with more than 5 items (to force...
View ArticleCreated Issue: Edit PopupStyle from Listpicker / TimePicker / DatePicker [10746]
Currently, toolkit provides an easy way to edit the style of listpicker/timepicker/datepicker's input field, but, none to edit popupstyle of those items. Could be nice to add a way for user to specify...
View ArticleCommented Issue: Setted Transitions are nulled after opening a ListPicker in...
Here's the testing procedure: - Set a TransitionFrame - Add two or more pages to the app with transitions applied to them - On the entry page, add a ListPicker control with more than 5 items (to force...
View ArticleCommented Issue: WP7 Turnstile animation shows blank screen [8293]
I'm using Turnstile animation in my Windows phone application for page transition. If I click the back button too fast, then it shows a blank screen. I removed the turnstile animation and it works...
View ArticleClosed Issue: WP7: ApplicationBar is not visible when i press back button ......
Hi,I am seeing application bar issue, due to tool kit controls.here is my scenario.1. Having main page with with application bar.2. redirecting from this page to add item page. here i am using date and...
View ArticleClosed Issue: WP7: ArgumentOutOfRangeException in ListPicker while resuming...
(The entire stack trace is here if you need it: http://forums.create.msdn.com/forums/p/77312/469399.aspx)Case: The ListPicker's ItemSource is set via XAML binding but the SelectedItem is set in code...
View ArticleClosed Issue: ListPicker ArgumentOutOfRange exception when refreshing bound...
Hi, I was wondering when the ListPicker issue described in http://forums.silverlight.net/forums/p/215910/513708.aspx#513708 and...
View ArticleCommented Issue: PhoneTextBox Text Color reverts to Hint Forecolor when...
Scenario:1) Navigate to a page Containing a PhoneTextBox that has a Hint associated with it.2) Type some text in the PhoneTextBox3) Erase the contents of the TextBox4) Start typing new text.The...
View ArticleClosed Issue: Cannot see the PhoneTextBox in the toolkit [9357]
I have installed the new toolkit. But I cannot see the PhoneTextBox. I can see all the new controls, but except PhoneTextBox. Please see attached picture.Comments: If anyone is still seeing this issue...
View ArticleClosed Issue: ListPicker: Re-synchronize SelectedIndex with SelectedItem if...
Method OnItemsChangedcontains this code:// Re-synchronize SelectedIndex with SelectedItem if necessaryif (!object.Equals(Items[SelectedIndex], SelectedItem))wich throw ArgumentOutOfRangeException when...
View ArticleCommented Issue: ListPicker FullModeItemTemplate binding problem [9763]
Hi,I can't seem to bind items to FullModeItemTemplate controls. I'm trying to build a run-of-the-mill color picker based on system colors (using reflection on the Colors struct). My data source returns...
View ArticleClosed Issue: ListPicker FullModeItemTemplate binding problem [9763]
Hi,I can't seem to bind items to FullModeItemTemplate controls. I'm trying to build a run-of-the-mill color picker based on system colors (using reflection on the Colors struct). My data source returns...
View ArticleCreated Issue: TransitionFrame cannot be cancelled [10753]
Using TransitionFrame instead of PhoneApplicationFrame, I'm unable to cancel navigation in Navigating event. The transition effect starts correctly but, due to e.Cancel = true in my Navigating handler,...
View Article