Commented Issue: A blue border around the Expander control... [6241]
Hi!I get a blue border around the expander control when I click on it.Is there any way to disable it?ThanksComments: ** Comment from web user: stefano1983 ** Yes, also for me, same issue...please, let...
View ArticleCreated Issue: Transition completes to half screen in some cases [11148]
In some cases Turnstyle transition freezes at half of the screen in Windows Phone 7.1. Check FrozenTransition.png attachment. App also attached. This is easily reproducable with special style...
View ArticleClosed Issue: The GetShortTime() method of DateTimeFormatHelper returns the...
DateTimeFormatHelper.GetShortFormat() returns the SuperShortFormat vs. ShortFormat. This is obviously a bad thing.Comments: Closing fixed issues.
View ArticleClosed Issue: When the phonetextbox is focused, do not switch to hint mode...
repro:try text in phone text box, delete all text,switches back to hint mode,type again -> uses the wrong brush!Comments: Closing fixed issues.
View ArticleClosed Issue: Toggleswitch localization [10164]
The toggleswitch takes its 'On' and 'Off' strings from a non-localized resource. Please make use of ControlResources.On and ControlResources.Off inside OffOnConverter.cs and localize them. For...
View ArticleClosed 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 Fullmode Page margins change on orientation change...
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 ArticleClosed Issue: PhoneTextBox.LengthIndicatorTheshold is misspelled [9475]
Should be PhoneTextBox.LengthIndicatorThreshold. VS2010 even shows CA1704 compiler warning.Comments: Closing fixed issues.
View ArticleClosed Issue: ListPicker issue adding more than five elements [9412]
When adding elements in the xaml file everything goes ok until the 6º element, at that moment I get an exception and it doesn't show in the list. The way I use the ListPicker is as...
View ArticleClosed Issue: PerformanceProgressBar data binding is broken in August release...
Expected Behavior:Data bind PerformanceProgressBar.IsIndeterminate to underlying DataContext should toggle PerformanceProgressBar's visibility and animation when PropertyChanged has been fired.Actual...
View ArticleClosed Issue: StretchingTop, StretchingBottom, StretchingCompleted, etc not...
As the title says, StretchingTop, StretchingBottom, StretchingCompleted, ScrollingCompleted and ScrollingStarted events in the LongListSelector don't fire at all. I assume this probably has something...
View ArticleClosed Issue: Issue populating LongListSelector with ObservableCollecton [9349]
I found an odd issue with LongListSelector where grouped items would appear in unexpected places at the bottom of the list. I have an app that groups records by name with the first letter of the name...
View ArticleClosed Issue: LockablePivot - Unable to set IsLocked property in xaml [9336]
If I try to set the IsLocked property for a LockablePivot in xaml, the following exception is raised when I navigate to the page containing the LockablePivot: at...
View ArticleClosed Issue: TransitionService - Immediately pressing back after a...
When using the transition service to animate page transitions, if you press the back button immediately after begining a transition an unhandled exception is generated. This can be simulated by calling...
View ArticleClosed Issue: WP7: LongListSelector not resizing on orientation change [8367]
On a page that supports both landscape and portrait, when the orientation changes, from portrait to landscape, the width of the LongListSelector does NOT expand to the width of the screen. See attached...
View ArticleClosed 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: LongListSelector: Removing items from category doesn't remove...
Hi, I noticed that when you try to remove items via Commands, the items are still intact in the UI. To repro this issue, please do the following in the sample: public void Execute(object parameter) {...
View ArticleClosed Issue: LongListSelector: Adding items to empty category creates a...
Hi, I noticed that if you have an empty category, and you add items to it, it will create a duplicate category, add the items to that category, and leave the original empty category alone. To repro...
View ArticleClosed Issue: LongListSelector throw ArugmentOutofRangeException [7640]
LongListSelector throws ArgumentOutofRangeException when I add items to a new group. Please see the code below:public class ConnectEventByCategory : ObservableCollection<ConnectEventInCategory>{...
View ArticleClosed Issue: LongListSelector - Determine if the group items view is...
Hi,Is there a way with the LongListSelector to determine if the group items view is currently being displayed? Ive checked through the properties on the object model and nothing leaps out at me.Thanks...
View Article