Commented Issue: ToggleSwitchButton - ThumbCenter background color in light...
To complete #10615 (http://silverlight.codeplex.com/workitem/10615), in light theme the thumb center is White instead of Black.In changeset #75339 - Generic.xaml - ToggleSwitchButtonI changed...
View ArticleCommented Issue: ListBoxDragDropTarget impossibly slow in Google Chrome [10607]
I have a panel that has 2 main ListBoxDragDropTarget sources/drop zones. In addition, I may place as many as 12 -20 objects on another panel. Each of these 12-20 objects have 3 ListBoxDragDropTarget...
View ArticleClosed Issue: UpdateItemState is not called in few places in...
I've repurposed Primitives.LoopingSelector for horisontal scrolling and I always show all the items, even when selection is made. I've run into few issues that got resolved by adding a call to...
View ArticleCommented Issue: Bug with custom slider and SL Toolkit [7938]
I've run into a strange bug regarding sliders. I'm using the Gesture Toolkit on one page and the bug only appears after loading the page. On another page, I have this slider:...
View ArticleCreated Issue: Listpicker randomly skips rendering items when bound to large...
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: Error Accordion tag on Silverlight 5 release compilation [10666]
Hi,On release mode, in a Silverlight 5 project using Accordion control, I've got an error on each Accordion tag :The tag 'Accordion' does not exist in XML namespace...
View ArticleCommented Issue: NullReferenceException [10220]
I get a NullReferenceException when trying to activate ContextMenu. Stack trace:Microsoft.Phone.Controls.Toolkit.dll!Microsoft.Phone.Controls.ContextMenu.UpdateVisualStates(bool useTransitions) + 0x4f...
View ArticleCommented Issue: Confusion about Aug11, Oct11, Nov11 [9982]
http://silverlight.codeplex.com/ --> Big, red logo "November 2011 Silverlight for Windows Phone Toolkit" --> http://silverlight.codeplex.com/releases/view/75888 --> Silverlight for Windows...
View ArticleCommented Issue: Confusion about Aug11, Oct11, Nov11 [9982]
http://silverlight.codeplex.com/ --> Big, red logo "November 2011 Silverlight for Windows Phone Toolkit" --> http://silverlight.codeplex.com/releases/view/75888 --> Silverlight for Windows...
View ArticleCommented Issue: Confusion about Aug11, Oct11, Nov11 [9982]
http://silverlight.codeplex.com/ --> Big, red logo "November 2011 Silverlight for Windows Phone Toolkit" --> http://silverlight.codeplex.com/releases/view/75888 --> Silverlight for Windows...
View ArticleCommented Issue: NullReferenceException [10220]
I get a NullReferenceException when trying to activate ContextMenu. Stack trace:Microsoft.Phone.Controls.Toolkit.dll!Microsoft.Phone.Controls.ContextMenu.UpdateVisualStates(bool useTransitions) + 0x4f...
View ArticleCommented Issue: Confusion about Aug11, Oct11, Nov11 [9982]
http://silverlight.codeplex.com/ --> Big, red logo "November 2011 Silverlight for Windows Phone Toolkit" --> http://silverlight.codeplex.com/releases/view/75888 --> Silverlight for Windows...
View ArticleCommented Issue: AutoCompleteBox.SearchText is not cleared when SelectedItem...
When I use AutoCompleteBox in MVVM scenario I bind SelectedItem to a ViewModel. In the following scenario SearchText is shown in TextBox part instead of expected empty string:1. User enters something...
View ArticleCommented Issue: Confusion about Aug11, Oct11, Nov11 [9982]
http://silverlight.codeplex.com/ --> Big, red logo "November 2011 Silverlight for Windows Phone Toolkit" --> http://silverlight.codeplex.com/releases/view/75888 --> Silverlight for Windows...
View ArticleCreated Issue: NumericUpDown.DataType? [10670]
Is there a way to define the datatype of NumericUpDown (i.e. int/double/decimal etc.)?
View ArticleCommented Issue: ChildWindow - create non-modal [3668]
ChildWindow should mimic other dialog behaviorShow() shows a windowShowDialog() shows modal viewref: http://floatablewindow.codeplex.comComments: ** Comment from web user: JoshSommers ** We're NEVER...
View ArticleCommented Issue: ChildWindow - create non-modal [3668]
ChildWindow should mimic other dialog behaviorShow() shows a windowShowDialog() shows modal viewref: http://floatablewindow.codeplex.comComments: ** Comment from web user: JoeBrockhaus **...
View ArticleCreated Issue: TiltEffect is not applied to Image Control. [10671]
Hi, I want to add TiltEffect in Image, but it does't work, could you please give me a hand? <Image Source="/Images/Beignets.jpg" Width="100" toolkit:TiltEffect.IsTiltEnabled="True" />Thanks,Bean
View ArticleCreated Issue: WP7: Are there known issues for using Date/Time Picker in a...
I tried to use Date/Time Picker controls with DataBinding but without success. For a standard TextBox control DataBinding works fine. Is there a difference for using Date/Time Picker controls together...
View ArticleCommented Issue: DataPoints disappear on ItemsSource Changed [8373]
Hello.I have a chart and this chart have a lot of series, added by code, and each serie have or one or two points and the type of series is LineSeries.My issue is, when I change the ItemSource of the...
View Article