Commented 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: ListPicker.ListPickerMode is readonly now [11741]
How can I close the Full ListPicker view by code? Before, we can set ListPicker.ListPickerMode = ListPickerMode.Normal. But now the property is readonly now.Comments: ** Comment from web user:...
View ArticleCreated Unassigned: How do I apply the patches? [12486]
I have get answers about ContextMenu memory leak issue, and members offered solutions, but How can I apply the fix? I have copy the corresponding code to the projects, and built successfully. So how...
View ArticleCommented Issue: Please make the Silverlight 5 toolkit release available via...
The only package available right now is for Silverlight 4, which some controls (for instance the DataForm) don't work.Comments: ** Comment from web user: sano ** Still waiting on an official release....
View ArticleCreated Unassigned: BUG (and fix): ScrollIntoView when horizontal with a...
Please fix the following bug:silverlight-80285\Release\Silverlight4\Source\Controls.Toolkit\Common\ScrollViewerExtensions.csHere are lines 603 and 604. Line 604 incorrectly uses verticalOffset instead...
View ArticleCreated Unassigned: GestureListener Landscape mode WP [12650]
Hello!I want to use GestureService to handle Flicks event. ```<toolkit:GestureService.GestureListener><toolkit:GestureListener...
View ArticleCreated Unassigned: Prevent or modify “Drag Shadow” while dragging item from...
I am using ListBoxDragDropTarget for drag and drop custom user controls in Silverlight 5Drag and drop functionality is working fine, but I have arranged control over each other with some margin so I...
View ArticleCreated Unassigned: Mouse capture release issue using SilverlightTookit...
I have implemented drag and drop functionality using ListBoxDragDropTarget control of SilverlightToolkit in Silverlight 5.Drag and drop functionality is working fine but some time when I clicked any...
View ArticleCommented Issue: ListBoxDragDropTarget misses mouse up event occasionally [5930]
In the April 2010 release I've noticed that code that used to work fine in the March 2010 release is now behaving strangely. I have a ListBox that is wrapped in a ListBoxDragDropTarget element. When I...
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 ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCommented Issue: ScrollViewerExtensions: ScrollIntoView works incorrectly...
In conjunction with of #8871 ScrollViewerExtensions.ScrollIntoView() need to be corrected: DoubleAnimation verticalOffsetAnimation = new DoubleAnimation { To = verticalOffset, Duration = duration...
View ArticleCommented Issue: DragDropTarget.cs / GetInsertionIndicatorGeometry Method Bug...
The insertion indicator doesn't display propertly with an orientation of Horizontal. There is a bug in the GetInsertionIndicatorGeometry method on line 1461. The buggy line is:if (offset.X <=...
View ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCommented Issue: AutoCompleteBox automatically selects the first item when...
Example repro: AutoCompleteBox is populated with a list of similar strings - Bob- Bob Dylan- Bob Marley- Bob Marley and the Wailers If the user types the string 'Bob', then the first item is...
View ArticleCommented Unassigned: Mouse capture release issue using SilverlightTookit...
I have implemented drag and drop functionality using ListBoxDragDropTarget control of SilverlightToolkit in Silverlight 5.Drag and drop functionality is working fine but some time when I clicked any...
View ArticleCommented Issue: ListBoxDragDropTarget misses mouse up event occasionally [5930]
In the April 2010 release I've noticed that code that used to work fine in the March 2010 release is now behaving strangely. I have a ListBox that is wrapped in a ListBoxDragDropTarget element. When I...
View ArticleCommented Issue: LongListSelector throws The parameter is incorrect [7707]
When wrapping the LongListSelector inside a Panorama Item control the ItemsSource property cannot be set since it throws an exception in the method GetAndAddElementFor, row 1402 in LongListSelector.cs...
View ArticleCommented Issue: DataGrid and BusyIndicator can cause memory leak [7232]
When a Silverlight Page object contains either of the following: - BusyIndicator with BusyContentTemplate - DataGrid with CellTemplateit is never released and therefore causes a memory leak. This is...
View Article