Commented Issue: Dataform converts null string to String.Empty [10576]
Dataform 4.0.5.0If I got readOnly string field that contains null, dataform tries to set this value String.Empty. As this field is readOnly it fails validation. I cannot edit this entry.Currently the...
View ArticleCommented Issue: Silverlight 5 Toolkit Samples are missing [10016]
Unfortunately Silverlight 5 Toolkit Samples are missing.I also unpacked the Silverlight_5_Toolkit_December_2011.msi file for being sure.It does not contain anything like...
View ArticleCreated 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: 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 ArticleCreated 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: 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: ExpanderView header doesn't fill entire width [10561]
I use the below code for changing the Expanderview header in my own way<toolkit:ExpanderView.HeaderTemplate> <DataTemplate> <Border BorderBrush="Black" BorderThickness="0,0,0,2"...
View ArticleClosed Issue: Chart throws InvalidOperationException when last...
If a Chart contains both a LineSeries and a StackedAreaSeries, an InvalidOperationException (Sequence contains no elements) exception is thrown when the last StackedAreaSeries.SeriesDefinitions child...
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: installer fails [10428]
ive downloaded the Silverlight_5_Toolkit_December_2011.msi and when i run it it gives an error: [Window Title]Windows Installer[Main Instruction]This installation package could not be opened. Contact...
View ArticleCommented Issue: Viewbox not in toolbox [10387]
Hi there I am trying to find the view box but just can't find it. I'm working with Visual Studio 2010.I tried :choose items/ checking the Viewbox item, but it just isn't in my Toolbox(Am I Missing an...
View ArticleClosed Issue: ListPickerItem - no Pressed state in normal expansion mode [10229]
Create a ListPicker data-bound to an ObservableCollection with <= 5 items. Expand the ListPicker. Touch down on one of the items.EXPECTED: Some sort of highlighting effect e.g. white text against a...
View ArticleClosed Issue: ListPickerItems - default text is too small [10228]
See attached image.I'm creating a ListPicker from an ObservableCollection<Foo>, where Foo is a ViewModel class and I'm overriding ToString() on it.Comments: Closing as the proper way to handle...
View ArticleClosed 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 ArticleClosed Issue: Silverlight for Windows Phone toolkit (Nov 2011 release)...
When you put multiple ListPickers in a ScrollViewer, only the first ListPicker works. The rest of the ListPickers just won't expand.Comments: Closing as a dupe of 10198.
View ArticleClosed Issue: TitleContainer public access [10106]
Would be fine if you can open source maybe or just give public access to TitleContainer, in this way i can embed resources into main project and load them on runtime without access to ContentManager...
View ArticleClosed Issue: Bug in LongListSelector InsertNewGroups [9764]
This issue currently applies Change set 70828 so please forgive if this bug has been fixed already. The reason I was using this change set is that I needed the bug fix for the LongListSelector not...
View ArticleClosed Issue: XAMLParseException with BusyIndicator [4958]
I'm using november release of the toolkit, in my project I get a XAMLParseException(Line:0, Position:0) in Blend when I'm using the BusyIndicator.But when I take the BusyIndicator out of the Page,...
View ArticleClosed Issue: Phone Toolkit: ItemCountThreshold can no longer be set...
Since the Aug11 release of the Windows Phone Toolkit, the ItemCountThreshold's setter is now marked private (thus effectively hardcoding the threshold to 5 items). If this property was previously set...
View ArticleReopened Issue: Phone Toolkit: ItemCountThreshold can no longer be set...
Since the Aug11 release of the Windows Phone Toolkit, the ItemCountThreshold's setter is now marked private (thus effectively hardcoding the threshold to 5 items). If this property was previously set...
View Article