Created Issue: Crash: conflict between GestureListener and ContextMenu (WP7)...
The following piece of code crashes the Toolkit: private void GestureListener_Tap(object sender, Microsoft.Phone.Controls.GestureEventArgs e) { ContextMenu menu = new ContextMenu(); menu.Items.Add(new...
View ArticleCreated Issue: Toolkit v4 on WP7: ContextMenu appears outside screen [10022]
ContextMenu appears outside screen when triggered by a click at the bottom of the screen.Bug reproducing steps are simple:1. Create new WP7.1 app2. Add this code to the MainPage.xaml...
View ArticleCommented Issue: Toolkit v4.2011.12.13 on WP7: ContextMenu appears outside...
ContextMenu appears outside screen when triggered by a click at the bottom of the screen.Bug reproducing steps are simple:1. Create new WP7.1 app2. Add this code to the MainPage.xaml...
View ArticleCommented Issue: Issue populating LongListSelector with ObservableCollecton,...
I'm reffering to Issue: http://silverlight.codeplex.com/workitem/9349It was market as "fixed", yet I can't see it fixed anywhere.With binaries from NuGet or install, the whole issue is still there,...
View ArticleCreated Issue: DataForm AutoGeneratingField issue [10033]
i defined a class in the domainservice and set all display name property,then i hope to get the displayname from the AutoGeneratingField function ,however dataform AutoGeneratingField function not...
View ArticleCreated Issue: Bug when using AutoCompleteBox with SL5 [10046]
I am using SL5 and it's Toolkit that were released few days ago. The bug happens when you set the Text property of the AutoCompleteBox to string.Empty. It causes the AutoCompleteBox to be in a buggy...
View ArticleCreated Issue: Is ListHeaderTemplate or ListHeader bindable? [10050]
Is ListHeaderTemplate or ListHeader ( for the LongListSelector control) bindable? I tried to useListHeader="{Binding SomeProperty}" or the sample template below: <DataTemplate...
View ArticleCommented Issue: Error building Silverlight 3d Application from VS2010...
When I try to build a new project from the Silverlight 3D application template I get the following error.Error 1 The project file "..\Silverlight3dAppContent\Silverlight3dAppContent.contentproj" was...
View ArticleCommented Issue: exception when I set ListPicker.ItemsSource=null [9850]
lp.ItemsSource=new string[]{"hello", "world"};//no problem with this code.//after I set a non-empty collection to lp,an exception came up when I set a empty collection or null to lp at the second...
View ArticleCreated Issue: ExpanderView HorizontalContentAlignment [10056]
I think you should bind the HorizontalContentAlignment of the "ExpandableContent" element (a ListBoxItem) to the HorizontalContentAlignment property. Without it it's not possible to stretch the...
View ArticleCommented Issue: Error building Silverlight 3d Application from VS2010...
When I try to build a new project from the Silverlight 3D application template I get the following error.Error 1 The project file "..\Silverlight3dAppContent\Silverlight3dAppContent.contentproj" was...
View ArticleCommented Issue: AccordionItem causes LayoutCycleException [8345]
I'm using the designer in Visual Studio 2010 + Silverlight 4 to design a page layout.The page has a Accordian control with a AccordianItem Child conrol. If I open the page in the VS 2010 Designer, I...
View ArticleCreated Issue: WP7 'Add Service Reference' stopped working [10057]
The WP7 'Add Service Reference' wont work after installing the Silverlight 5 toolkit.It says System.Runtime.Serialization (5.0...) not compatible. Must still be looking for the 4.0.. version ?
View ArticleCommented Issue: Allow LongListSelector group headers to remain visible [9734]
Provide a way for the current group header in a LongListSelector to remain visible when the group's content is scrolled, so that it's always clear which group is being displayed. This is analogous to...
View ArticleCreated Issue: DataGrid - Unable to copy to clipboard programmatically [10064]
At the moment you can copy data to the clipboard using CTRL-C however there is no way to replicate this programatically. The main usage of this would be to provide a context menu for the user.
View ArticleCommented Feature: DateTimePicker Control [2609]
The underlying type for most LOB apps using dates is the sql datetime type. Why then, are there Silverlight controls for Date and Time independently, but not combined in a single control;? I would like...
View ArticleCommented Issue: Is ListHeaderTemplate or ListHeader bindable? [10050]
Is ListHeaderTemplate or ListHeader ( for the LongListSelector control) bindable? I tried to useListHeader="{Binding SomeProperty}" or the sample template below: <DataTemplate...
View ArticleCommented Issue: Is ListHeaderTemplate or ListHeader bindable? [10050]
Is ListHeaderTemplate or ListHeader ( for the LongListSelector control) bindable? I tried to useListHeader="{Binding SomeProperty}" or the sample template below: <DataTemplate...
View ArticleCreated Issue: NuGet Packages install.ps1 missing closing ')' error [10090]
I'm receiving the following error when installing the NuGet package SilverlightToolkitWP 4.2011.12.13. Missing closing ')' after expression in 'if' statement.At...
View ArticleCommented Issue: TextBox.Header [9981]
Just a simple thing is going to drive me crazy.It looks like that the Header property isn't supported by System.Windows.Controls.TextBox! WHY?But the screen-shot at...
View Article