Closed Issue: Changing TabControl tabs causing TreeView.SelectionItemChanged...
Bug Description: When you insert a TreeView control under a TabControl, then select a TreeViewItem, then the TreeView.SelectionItemChanged event fires on every node below the node that’s being...
View ArticleClosed Issue: WrapPanel inside of a ListBox [1090]
Hi,I tried to use the WrapPanel that comes with the Silverlight Toolkit inside of a ListBox. Now the good news is that everything renders just as I would expect, great job!However I was also expecting...
View ArticleClosed Feature: Themes should have Theme.xaml as a resource [1061]
Originated from forum post: http://silverlight.net/forums/p/52323/136472.aspx#136472Right now, Themes have "Theme.xaml" as an "embedded resource" which prevents users from applying the relative URI...
View ArticleClosed Issue: BorderBrush, BorderThickness are ignored on Viewbox. [782]
Viewbox inherits from Decorator, which doesn't exist in Silverlight and because Silverlight doesn't have [Add|Remove][Logical|Visual]Child, we can't inherit from FrameworkElement. The only way to...
View ArticleCommented Issue: AreaSeries fill problem [6155]
AreaSeries fill it's area incorrectly. I attached my demonstration project.Comments: ** Comment from web user: szviktor ** This bug is still exists in latest version.
View ArticleCreated Issue: Listpicker Item Goes blank after setting selected index...
Hi. When We Set The Listpicker Selected Index Property Above Than 50 It Goes Blank And Didnot Reflect Any Changes On Screen. Please Find Attached Project For That.1. Demo Project2. Steps To Reproduce...
View ArticleCommented Issue: Listpicker Item Goes blank after setting selected index...
Hi. When We Set The Listpicker Selected Index Property Above Than 50 It Goes Blank And Didnot Reflect Any Changes On Screen. Please Find Attached Project For That.1. Demo Project2. Steps To Reproduce...
View ArticleCreated Issue: Do I have to uninstall the Silverlight 4 Toolkit before I...
Do I have to uninstall the Silverlight 4 Toolkit before I install the Silverlight 5 Toolkit?I remember having problems when moving from 3 to 4 and it was something to do with toolkit versions but I...
View ArticleCreated Issue: Superimposing views when double-tapping back on Windows Phone...
I do the following navigation pattern:Navigate into the app (and it's main view)Go into a detail view that fetches something from a REST server (that is - it shows a progress indicator for a few...
View ArticleCreated Issue: PhoneToolkitSample Text alignment is incorrect and the text...
In the MultiSelectList Apollo version of the PhoneToolkitSample application, the text alignment is not correct and it causes the text getting clipped.This occurs when the app is run as an appollo app....
View ArticleCreated Issue: When FlowDirection is set on ListPicker, it does not propagate...
Though setting the flow direction on ListPicker will be respected in ItemTemplate, however, it will not propagate to ListPicker.FullModeItemTemplate. This could be because the FullMode picker page is...
View ArticleCreated Issue: Globalization of Silverlight Toolkit [11084]
Dear Silverlight Toolkit developers,As I know, windows phone 8 will support more languages than mango.We would like to know is there any possible to support more languages in later release for windows...
View ArticleCommented Issue: LongListSelector can‘t Binding data to IsFlatList [10603]
The Code is<toolkit:LongListSelector x:Name="SongsList" ItemsSource="{Binding Source={StaticResource Locator}, Path=MainMusic.SongItems.Items}" Background="Transparent" IsFlatList="{Binding...
View ArticleCommented Issue: TransitionFrame navigation 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 ArticleCommented Issue: Silverlight 5 DataGridDragDropTarget [10897]
Where's Silverlight 5 DataGridDragDropTarget? I couldn't find it. Others Targets are shown.I'm using this...
View ArticleCreated Issue: [WP7] DatePicker [11095]
Please add the MinDate and MaxDate properties to DatePicker.
View ArticleCreated Issue: DataForm parses double incorrectly [11122]
I have a DataForm with double? fields. When I enter 1,7 it gives me no parse-error but the double? in the datastructure becomes 17. Entering 1.7 is parsed correctly. In general, it seems like the comma...
View ArticleCommented Issue: WP7 ExpanderView Image limitation [9993]
Hello,I using expanderview with images. But when I add more images, more then 4, the 4th image is cropped and others is not visible. But when i tap on one of invisible image it show but after is finger...
View ArticleCommented 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"...
View ArticleCreated Issue: datepicker format [11135]
dear developers,i wanted to format my date picker control to appear in this format(month year).but it only picks the default format which is (d-m-yyyy).please help.regardsjose
View Article