Commented Issue: Drag and Drop: ListBoxDragDropTarget with Child Window [4494]
In my case i have a ListBox wrapped with ListBoxDragDropTarget in a Child Window.But it is not showing any visual effect of Drag and Drop.One thing i have noticed that when i close child window, mouse...
View ArticleCreated Issue: ListPicker does not work with selecteditem bound [10796]
My case is simple, and my xaml snippet is ... <StackPanel> <toolkit:ListPicker Margin="10,10,4,10" Header="Birthplace" SelectedIndex="{Binding Source={StaticResource settings},...
View ArticleCommented Issue: ListPicker does not work with selecteditem bound [10796]
My case is simple, and my xaml snippet is ... <StackPanel> <toolkit:ListPicker Margin="10,10,4,10" Header="birth place" SelectedIndex="{Binding Source={StaticResource settings},...
View ArticleCommented Issue: Drag and Drop: ListBoxDragDropTarget with Child Window [4494]
In my case i have a ListBox wrapped with ListBoxDragDropTarget in a Child Window.But it is not showing any visual effect of Drag and Drop.One thing i have noticed that when i close child window, mouse...
View ArticleCreated Issue: Autocompletebox dropdown hidding text [10821]
To reproduce this issue, reuse the AutoCompleteBoxSample xaml and do the following simple changes (see attachment):- comment the PageTitle textBox- switch the position of the 2 autocompletebox...
View ArticleCommented Issue: Autocompletebox dropdown hidding text [10821]
To reproduce this issue, reuse the AutoCompleteBoxSample xaml and do the following simple changes (see attachment):- comment the PageTitle textBox- switch the position of the 2 autocompletebox...
View ArticleCreated Issue: WP7.5 Silverlight/XNA LongListSelector GroupItemsPanel problem...
The LongListSelector works fine in a Silverlight/XNA combo project with one exception (so far).When tapping a group item in the list, nothing gets displayed. You can still swipe up and down to scroll...
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: WP7.5 Silverlight/XNA LongListSelector GroupItemsPanel...
The LongListSelector works fine in a Silverlight/XNA combo project with one exception (so far).When tapping a group item in the list, nothing gets displayed. You can still swipe up and down to scroll...
View ArticleCommented Issue: WP7.5 Silverlight/XNA LongListSelector GroupItemsPanel...
The LongListSelector works fine in a Silverlight/XNA combo project with one exception (so far).When tapping a group item in the list, nothing gets displayed. You can still swipe up and down to scroll...
View ArticleCreated Issue: Panorama and Pivot Control for desktop version of Silverlight...
Please consider releasing a full Panorama and Pivot control for Silverlight 5 (desktop/web version)
View ArticleCommented Issue: NumericUpDown - Add Support for Nullable Types [2496]
The NumericUpDown control appears to assume that the source data is from a non-nullable type (double). As such, it will always write a value to a Nullable source property, even if the end user has not...
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 ArticleCreated Issue: "The parameter is incorrect" is thrown when adding more than 5...
When adding more than 5 ListPickerItem in xaml, it throws exceptions "The parameter is incorrect." <toolkit:ListPicker HorizontalAlignment="Left" Name="listPicker1" VerticalAlignment="Top"...
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 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 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: Databinding for Multiple Series [1244]
The ability to databind multiple datasets (collection of a collection) to a chart is needed. Right now, you can easily databind one set of points with no problems at all, however if you were to want to...
View ArticleCommented Feature: Showing connecting lines in TreeView [851]
Is there any plan to provide an option for showing connecting heirarchy lines in a TreeView like in a classical WindowsForm TreeView? Can this be accomplished somehow through modifying the...
View ArticleCommented Issue: Please make DataForm more MVVM-friendly [10125]
To work with the DataForm and MVVM, you have to use various workarounds and quirks (for example attaching CRUD commands etc.This control should have all its scenarios MVVM-compatible out-the-box.There...
View Article