Created Issue: Fail to force to use 'en-US' in RelativeTimeConverter [10884]
I'm using the latest Toolkit for Windows Phone SDK 7.1.I want to force app to use 'en-US' culture.I modify sample code: <TextBlock Text="{Binding DateAndTime, Converter={StaticResource...
View ArticleCommented Issue: LongListSelector fast scroll bug [9376]
If u scroll really fast, it jumps over the edge and u can see black screen. In ~1 second it returns back.Reproduces only on Device(couldn't rep on emulator).I attach a sample project(it is extremely...
View ArticleCreated Issue: Label IsRequired binding ignored when Target set [10891]
Hello,I found a bug in the Silverlight 5 December 2011 Toolkit Label control. In my scenario the target value is required or optional depending on conditions. My viewmodel exposes a boolean property...
View ArticleCreated Issue: Silverlight 5 DataGridDragDropTarget [10897]
Where's Silverlight 5 DataGridDragDropTarget? I couldn't find it. Others Targets are shown.I'm using this namespace:xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"
View ArticleCommented Issue: ContextMenu causes memory leak [7089]
ContextMenu subscribes MouseMove event in ContextMenu.InitializeRootVisual, but it won't unsubscribe it, and it don't use WeakEvent. So it won't be GCed after it is unloaded. I verified the leak in...
View ArticleCommented Issue: If you drag an item and move mouse to outside of browser, it...
1.Unmaximize the browser. 2.Drag an item in ListBox(with ListBoxDragDropTarget).3.Move your mouse to the outside of broser4.Release Mouse LButton.5.Remove the mouse pointer into the browser.6.Dragged...
View ArticleCommented Issue: ButtonSpinner of TimeUpDown is not enabled. [3968]
ButtonSpinner of TimeUpDown has got enabled only when TextBox of TimeUpDown got focused.Comments: ** Comment from web user: pasztortamas ** Why are the buttons disabled? Does it have to do anything...
View ArticleCreated Issue: NullReferenceException unhandled while opening ContextMenu in...
Hi,There is a bug in ContextMenu api.Case Description:1. Set page's SupportedOrientation as PortraitOrLandscape2. Create a Panaroma View and have PanaromaItem in it.3. Create a ListBox inside...
View ArticleCommented Issue: ContextMenu causes memory leak [7089]
ContextMenu subscribes MouseMove event in ContextMenu.InitializeRootVisual, but it won't unsubscribe it, and it don't use WeakEvent. So it won't be GCed after it is unloaded. I verified the leak in...
View ArticleCommented 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 ArticleCommented Issue: ChildWindow used with theme leads to...
My main UserControl is themed, so that the theme applies to all controls.Now I want to open a ChildWindow:ChildWindow w = new ChildWindow();w.Show();I get following exception:A first chance exception...
View ArticleCreated Issue: Layout of DatePicker and TimePicker [10980]
The DatePicker and the TimePicker should use the same margin / padding as the TextBox. Currently the spacing is slightly different. I think from an aesthetic point of view they should match. You will...
View ArticleCommented Issue: Layout of DatePicker and TimePicker [10980]
The DatePicker and the TimePicker should use the same margin / padding as the TextBox. Currently the spacing is slightly different. I think from an aesthetic point of view they should match. You will...
View ArticleCommented Issue: DatePicker MinDate and MaxDate request [8366]
I would like to set a min and max date on the DatePicker control.Comments: ** Comment from web user: klange ** I am interested in this feature. My most common use case is that the user must enter a...
View ArticleCommented Issue: howto get the selected ContextMenu item in a...
I have a problem, I need to get the selected Item from a ContextMenu in a LongListSelector.Before I was using a normal ListBox and I did it with: var selectedItem =...
View ArticleCommented Issue: page transition complete event [8409]
I'm navigating from Page1 to Page2. Both pages uses Turnstile animation that's part of toolkit. Page2 shows a loading progress bar till my webservice call is over. I'm setting the isindeterminate...
View ArticleCreated Issue: Listpicker not setting index above 38 [10994]
I am using listpicker control silverlight toolkit and there are more than 100 item in my collection that is binded with this control. But when I want to set the index of listpicker that is above 38. It...
View ArticleCommented Issue: Listpicker not setting index above 38 [10994]
I am using listpicker control silverlight toolkit and there are more than 100 item in my collection that is binded with this control. But when I want to set the index of listpicker that is above 38. It...
View ArticleCommented Issue: ContextMenu causes memory leak [7089]
ContextMenu subscribes MouseMove event in ContextMenu.InitializeRootVisual, but it won't unsubscribe it, and it don't use WeakEvent. So it won't be GCed after it is unloaded. I verified the leak in...
View ArticleCommented Issue: ContextMenu causes memory leak [7089]
ContextMenu subscribes MouseMove event in ContextMenu.InitializeRootVisual, but it won't unsubscribe it, and it don't use WeakEvent. So it won't be GCed after it is unloaded. I verified the leak in...
View Article