<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Silverlight Issue Tracker Rss Feed</title><link>http://www.codeplex.com/Silverlight/WorkItem/List.aspx</link><description>Silverlight Issue Tracker Rss Description</description><item><title>Closed Issue: ListPicker resizing issue when changing HorizontalAlignment [9443]</title><link>http://silverlight.codeplex.com/workitem/9443</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I have a problem when I change the HorizontalAlignment property of the ListPicker. By default, its value is Stretch, but if I set it to Left, the ListPicker is correctly aligned to the left, but has visually a width of one pixel. I was expecting the ListPicker to resize to the width of the selected item.&lt;br /&gt;&lt;br /&gt;Is this a bug &amp;#63; Do you guys have a workaround &amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks &amp;#33;&lt;br /&gt;</description><author>shawnoster</author><pubDate>Thu, 16 May 2013 12:34:17 GMT</pubDate><guid isPermaLink="false">Closed Issue: ListPicker resizing issue when changing HorizontalAlignment [9443] 20130516123417P</guid></item><item><title>Closed Issue: Error using ExpanderView in a PivotControl [9843]</title><link>http://silverlight.codeplex.com/workitem/9843</link><description>Hi all,&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;m using a ExpanderView control from toolkit &amp;#40;aug 11&amp;#41; inside of a PivotItem control. When the PivotItem containing the Expander view is not the first PivotItem node I&amp;#39;ve a NullReferenceException in Line 0 position 0.    in Microsoft.Phone.Controls.ExpanderView.OnApplyTemplate&amp;#40;&amp;#41; in d&amp;#58;&amp;#92;SLToolkit&amp;#92;PhoneToolkit&amp;#92;Public&amp;#92;Microsoft.Phone.Controls.Toolkit&amp;#92;ExpanderView&amp;#92;ExpanderView.cs&amp;#58;line 382&lt;br /&gt;   in System.Windows.FrameworkElement.OnApplyTemplate&amp;#40;IntPtr nativeTarget&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;but if my expanderview is in the first PivotItem node there is no error&lt;br /&gt;&amp;#160;&lt;br /&gt;e.g&amp;#41; here I&amp;#39;ve the error&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#60;Grid x&amp;#58;Name&amp;#61;&amp;#34;LayoutRoot&amp;#34; Background&amp;#61;&amp;#34;Transparent&amp;#34;&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;        &amp;#60;controls&amp;#58;Pivot &amp;#62;&lt;br /&gt;            &amp;#60;controls&amp;#58;PivotItem&amp;#62;&amp;#60;&amp;#47;controls&amp;#58;PivotItem&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;            &amp;#60;controls&amp;#58;PivotItem x&amp;#58;Name&amp;#61;&amp;#34;test&amp;#34; Header&amp;#61;&amp;#34;test&amp;#34; &amp;#62; &amp;#60;&amp;#33;--The expanderView is in the SECOND node--&amp;#62;&lt;br /&gt;                &amp;#60;toolkit&amp;#58;ExpanderView Header&amp;#61;&amp;#34;Expander Header&amp;#34; x&amp;#58;Name&amp;#61;&amp;#34;expander&amp;#34;&amp;#62;&lt;br /&gt;                    &amp;#60;toolkit&amp;#58;ExpanderView.Items&amp;#62;&lt;br /&gt;                        &amp;#60;TextBlock FontSize&amp;#61;&amp;#34;40&amp;#34; Text&amp;#61;&amp;#34;Expanded Content 1&amp;#34; Foreground&amp;#61;&amp;#34;Orange&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                        &amp;#60;TextBlock FontSize&amp;#61;&amp;#34;40&amp;#34; Text&amp;#61;&amp;#34;Expanded Content 2&amp;#34; Foreground&amp;#61;&amp;#34;YellowGreen&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;toolkit&amp;#58;ExpanderView.Items&amp;#62;&lt;br /&gt;                    &amp;#60;toolkit&amp;#58;ExpanderView.Expander&amp;#62;&lt;br /&gt;                        &amp;#60;TextBlock FontSize&amp;#61;&amp;#34;40&amp;#34; Text&amp;#61;&amp;#34;Secci&amp;#243;n&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;toolkit&amp;#58;ExpanderView.Expander&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;toolkit&amp;#58;ExpanderView&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;controls&amp;#58;PivotItem&amp;#62;&lt;br /&gt;          &amp;#60;&amp;#47;controls&amp;#58;Pivot&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;Grid&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;e.g&amp;#41; here I&amp;#39;ve no error&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#60;Grid x&amp;#58;Name&amp;#61;&amp;#34;LayoutRoot&amp;#34; Background&amp;#61;&amp;#34;Transparent&amp;#34;&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;        &amp;#60;controls&amp;#58;Pivot &amp;#62;&lt;br /&gt;            &lt;br /&gt;            &amp;#60;controls&amp;#58;PivotItem x&amp;#58;Name&amp;#61;&amp;#34;test&amp;#34; Header&amp;#61;&amp;#34;test&amp;#34; &amp;#62;&amp;#60;&amp;#33;--The expanderView is in the FIRST node--&amp;#62;&lt;br /&gt;                &amp;#60;toolkit&amp;#58;ExpanderView Header&amp;#61;&amp;#34;Expander Header&amp;#34; x&amp;#58;Name&amp;#61;&amp;#34;expander&amp;#34;&amp;#62;&lt;br /&gt;                    &amp;#60;toolkit&amp;#58;ExpanderView.Items&amp;#62;&lt;br /&gt;                        &amp;#60;TextBlock FontSize&amp;#61;&amp;#34;40&amp;#34; Text&amp;#61;&amp;#34;Expanded Content 1&amp;#34; Foreground&amp;#61;&amp;#34;Orange&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                        &amp;#60;TextBlock FontSize&amp;#61;&amp;#34;40&amp;#34; Text&amp;#61;&amp;#34;Expanded Content 2&amp;#34; Foreground&amp;#61;&amp;#34;YellowGreen&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;toolkit&amp;#58;ExpanderView.Items&amp;#62;&lt;br /&gt;                    &amp;#60;toolkit&amp;#58;ExpanderView.Expander&amp;#62;&lt;br /&gt;                        &amp;#60;TextBlock FontSize&amp;#61;&amp;#34;40&amp;#34; Text&amp;#61;&amp;#34;Secci&amp;#243;n&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;toolkit&amp;#58;ExpanderView.Expander&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;toolkit&amp;#58;ExpanderView&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;controls&amp;#58;PivotItem&amp;#62;&lt;br /&gt;          &lt;br /&gt;           &amp;#60;controls&amp;#58;PivotItem&amp;#62;&amp;#60;&amp;#47;controls&amp;#58;PivotItem&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;          &amp;#60;&amp;#47;controls&amp;#58;Pivot&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;Grid&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;can anyone help me&amp;#63;&lt;br /&gt;</description><author>badrz</author><pubDate>Thu, 16 May 2013 12:34:12 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error using ExpanderView in a PivotControl [9843] 20130516123412P</guid></item><item><title>Closed Issue: When FlowDirection is set on ListPicker, it does not propagate to ListPicker.FullModeItemTemplate [11081]</title><link>http://silverlight.codeplex.com/workitem/11081</link><description>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 navigated to and created we&amp;#8217;re not applying the FlowDirection that was on the original control to the picker page.&lt;br /&gt;&amp;#160;&lt;br /&gt;Sample Repro Code&amp;#58;&lt;br /&gt;                    &amp;#60;toolkit&amp;#58;ListPicker x&amp;#58;Name&amp;#61;&amp;#34;PresetListPicker&amp;#34; Margin&amp;#61;&amp;#34;12,0,24,0&amp;#34;&lt;br /&gt;                                        Header&amp;#61;&amp;#34;&amp;#123;Binding Path&amp;#61;LocalizedResources.NwwpEQDolbyPresetFieldLabelText, Source&amp;#61;&amp;#123;StaticResource LocalizedStrings&amp;#125;&amp;#125;&amp;#34; &lt;br /&gt;                                        SelectionChanged&amp;#61;&amp;#34;PresetListPicker_SelectionChanged&amp;#34;&lt;br /&gt;                                        ExpansionMode&amp;#61;&amp;#34;FullScreenOnly&amp;#34;&lt;br /&gt;                                        FlowDirection&amp;#61;&amp;#34;RightToLeft&amp;#34;&amp;#62;&lt;br /&gt;                        &amp;#60;toolkit&amp;#58;ListPicker.ItemTemplate&amp;#62;&lt;br /&gt;                            &amp;#60;DataTemplate&amp;#62;&lt;br /&gt;                                &amp;#60;StackPanel&amp;#62;&lt;br /&gt;                                    &amp;#60;TextBlock Text&amp;#61;&amp;#34;&amp;#123;Binding LocalizedName&amp;#125;&amp;#34; FontFamily&amp;#61;&amp;#34;Segoe WP&amp;#34; Margin&amp;#61;&amp;#34;0&amp;#34;&lt;br /&gt;                                               FontSize&amp;#61;&amp;#34;&amp;#123;StaticResource PhoneFontSizeMediumLarge&amp;#125;&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                                &amp;#60;&amp;#47;StackPanel&amp;#62;&lt;br /&gt;                            &amp;#60;&amp;#47;DataTemplate&amp;#62;&lt;br /&gt;                        &amp;#60;&amp;#47;toolkit&amp;#58;ListPicker.ItemTemplate&amp;#62;&lt;br /&gt;                        &amp;#60;toolkit&amp;#58;ListPicker.FullModeItemTemplate&amp;#62;&lt;br /&gt;                            &amp;#60;DataTemplate&amp;#62;&lt;br /&gt;                                &amp;#60;StackPanel Margin&amp;#61;&amp;#34;0,10,0,29&amp;#34;&amp;#62;&lt;br /&gt;                                    &amp;#60;TextBlock Text&amp;#61;&amp;#34;&amp;#123;Binding LocalizedName&amp;#125;&amp;#34; FontSize&amp;#61;&amp;#34;43&amp;#34; Margin&amp;#61;&amp;#34;0&amp;#34;&lt;br /&gt;                                               FontFamily&amp;#61;&amp;#34;Segoe WP SemiLight&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                                &amp;#60;&amp;#47;StackPanel&amp;#62;&lt;br /&gt;                            &amp;#60;&amp;#47;DataTemplate&amp;#62;&lt;br /&gt;                        &amp;#60;&amp;#47;toolkit&amp;#58;ListPicker.FullModeItemTemplate&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;toolkit&amp;#58;ListPicker&amp;#62;&lt;br /&gt;</description><author>shawnoster</author><pubDate>Thu, 16 May 2013 12:34:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: When FlowDirection is set on ListPicker, it does not propagate to ListPicker.FullModeItemTemplate [11081] 20130516123403P</guid></item><item><title>Created Issue: Documentation? [11772]</title><link>http://silverlight.codeplex.com/workitem/11772</link><description>Hi&lt;br /&gt;&lt;br /&gt;I have just downloaded your toolkit via NuGet, but I am a n00b apps developer, and have no idea how to proceed since there is no documentation on here&amp;#33;&lt;br /&gt;&lt;br /&gt;I want to use the Date Picker control &amp;#58;&amp;#40;&lt;br /&gt;&lt;br /&gt;Please help, thanks.&lt;br /&gt;</description><author>Ciwan</author><pubDate>Sun, 12 May 2013 20:45:31 GMT</pubDate><guid isPermaLink="false">Created Issue: Documentation? [11772] 20130512084531P</guid></item><item><title>Commented Issue: Drag and Drop have a long delay before his start. [4492]</title><link>http://silverlight.codeplex.com/workitem/4492</link><description>Drag and Drop have a big delay before the start.&lt;br /&gt;In my case ListBox have 3 000 items. I start drag and receive some reaction and view only throw 5 seconds.&lt;br /&gt;I am planing 30 000 items in that ListBox.&lt;br /&gt;Comments: ** Comment from web user: JMOSTAJO ** &lt;p&gt;I recommend use pagination, we have the same problem with a ListBox and it resolved with pagination.&lt;/p&gt;</description><author>JMOSTAJO</author><pubDate>Wed, 08 May 2013 17:25:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Drag and Drop have a long delay before his start. [4492] 20130508052521P</guid></item><item><title>Created Issue: ListPicker.ListPickerMode is readonly now [11741]</title><link>http://silverlight.codeplex.com/workitem/11741</link><description>How can I close the Full ListPicker view by code&amp;#63; Before, we can set ListPicker.ListPickerMode &amp;#61; ListPickerMode.Normal. But now the property is readonly now.&lt;br /&gt;</description><author>JohnGao</author><pubDate>Wed, 01 May 2013 04:38:30 GMT</pubDate><guid isPermaLink="false">Created Issue: ListPicker.ListPickerMode is readonly now [11741] 20130501043830A</guid></item><item><title>Commented Issue: ListBoxDragDropTarget misses mouse up event occasionally [5930]</title><link>http://silverlight.codeplex.com/workitem/5930</link><description>In the April 2010 release I&amp;#39;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 click on an item in the list box to select it, sometimes a drag operation is started even though I did not hold down the mouse button. It seems to be fairly repeatable but not consistent. I can&amp;#39;t detect a pattern.&lt;br /&gt;&amp;#160;&lt;br /&gt;Inside the ListBoxItem is an object which is listening to mouse events for detecting double click so I will investigate that and report back but I just wanted to post this in case anyone else is noticing the same thing.&lt;br /&gt;Comments: ** Comment from web user: bigfootsoft ** &lt;p&gt;I don't know if anyone is still reading this post, but I'm still gonna post my solution here. I'm currently developing an application where this problem was annoying me a lot. I tried subclassing the DDT using the suggestions posted above but they did not really help.&lt;/p&gt;&lt;p&gt;So I did some research and found out that the &amp;quot;normal&amp;quot; sequence of the drag/drop/mouse-events would be:&lt;br&gt;```&lt;br&gt;1. MouseLeftButtonDown&lt;br&gt;2. OnItemDragStarting&lt;br&gt;3. OnQueryContinueDrag (multiple times)&lt;br&gt;4. MouseLeftButtonUp&lt;br&gt;5. OnQueryContinueDrag&lt;br&gt;```&lt;/p&gt;&lt;p&gt;In those cases where the item would stick to my cursor, the sequence was slightly different:&lt;br&gt;```&lt;br&gt;1. MouseLeftButtonDown&lt;br&gt;2. OnItemDragStarting&lt;br&gt;3. MouseLeftButtonUp&lt;br&gt;4. OnQueryContinueDrag (to infinity and beyond)&lt;br&gt;```&lt;/p&gt;&lt;p&gt;Notice the missing OnQueryContinueDrag between MouseDown and MouseUp. So you can solve the problem using two flags:&lt;br&gt;HasQueriedContinueDrag: set to false in MouseDown, set to true in QueryContinueDrag&lt;br&gt;and&lt;br&gt;CancelDrag: set to false in MouseDown, set to true in MouseUp if HasQueriedContinueDrag is false&lt;/p&gt;&lt;p&gt;If CancelDrag is set then cancel the dragging operation in OnQueryContinueDrag like andy2001p suggested.&lt;/p&gt;&lt;p&gt;I've attached my complete solution. It is in VB.net but should be pretty self-explanatory, even for C#-ers ;)&lt;/p&gt;</description><author>bigfootsoft</author><pubDate>Thu, 25 Apr 2013 14:24:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: ListBoxDragDropTarget misses mouse up event occasionally [5930] 20130425022440P</guid></item><item><title>Commented Issue: ArgumentException in GestureListener [11240]</title><link>http://silverlight.codeplex.com/workitem/11240</link><description>I am unable to reproduce this deliberately, but on a real device I am interittently seeing the following exception from the GestureListener device&amp;#59;&lt;br /&gt;&lt;br /&gt;System.ArgumentException&amp;#58; Value does not fall within the expected range.&lt;br /&gt;    at Microsoft.Xna.Framework.Helpers.ThrowExceptionFromResult&amp;#40;UInt32 result&amp;#41;&lt;br /&gt;   at Microsoft.Xna.Framework.Input.Touch.TouchSession.AddHoldSample&amp;#40;GestureSample&amp;#38; sample&amp;#41;&lt;br /&gt;   at Microsoft.Xna.Framework.Input.Touch.TouchSession.UpdateGestureHistory&amp;#40;UInt32 timestamp&amp;#41;&lt;br /&gt;    at Microsoft.Xna.Framework.Input.Touch.TouchSession.HandleExpiredTimers&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Xna.Framework.Input.Touch.TouchSession.get_IsGestureAvailable&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Xna.Framework.Input.Touch.Touch.get_IsGestureAvailable&amp;#40;&amp;#41;&lt;br /&gt;    at Microsoft.Xna.Framework.Input.Touch.TouchPanel.get_IsGestureAvailable&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Phone.Controls.GestureListener.ProcessTouchPanelEvents&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Phone.Controls.GestureListener.TouchDelta&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Phone.Controls.GestureListener.OnTouchFrameReported&amp;#40;Object sender, TouchFrameEventArgs e&amp;#41;&lt;br /&gt;    at System.Windows.Input.Touch.OnTouch&amp;#40;Object sender, TouchFrameEventArgs e&amp;#41;&lt;br /&gt;   at MS.Internal.JoltHelper.RaiseEvent&amp;#40;IntPtr target, UInt32 eventId, IntPtr coreEventArgs, UInt32 eventArgsTypeIndex&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: Rotski6279 ** &lt;p&gt;I am also having this problem.  Anyone have a work around?&lt;/p&gt;</description><author>Rotski6279</author><pubDate>Tue, 23 Apr 2013 15:25:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: ArgumentException in GestureListener [11240] 20130423032541P</guid></item><item><title>Commented Issue: Does anyone Still work on this Project? [11638]</title><link>http://silverlight.codeplex.com/workitem/11638</link><description>Does anyonw still work on this Project&amp;#63;&lt;br /&gt;&lt;br /&gt;We have Bugs here that are open for years now, and nthing happens &amp;#40;for example the Memory Leaks in Context Menu&amp;#41;. There are also still Patches in the Issues how to fix them, but nothing happens... This is realy sad&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: Tailslide ** &lt;p&gt;&lt;br&gt;I know.  I have ongoing development of LOB applications in SL5 and Microsoft has completely abandoned me with no suitable alternative.   After decades as a Microsoft dev it's got me thinking about other development platforms again.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>Tailslide</author><pubDate>Thu, 18 Apr 2013 17:55:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Does anyone Still work on this Project? [11638] 20130418055535P</guid></item><item><title>Commented Issue: ArgumentException in GestureListener [11240]</title><link>http://silverlight.codeplex.com/workitem/11240</link><description>I am unable to reproduce this deliberately, but on a real device I am interittently seeing the following exception from the GestureListener device&amp;#59;&lt;br /&gt;&lt;br /&gt;System.ArgumentException&amp;#58; Value does not fall within the expected range.&lt;br /&gt;    at Microsoft.Xna.Framework.Helpers.ThrowExceptionFromResult&amp;#40;UInt32 result&amp;#41;&lt;br /&gt;   at Microsoft.Xna.Framework.Input.Touch.TouchSession.AddHoldSample&amp;#40;GestureSample&amp;#38; sample&amp;#41;&lt;br /&gt;   at Microsoft.Xna.Framework.Input.Touch.TouchSession.UpdateGestureHistory&amp;#40;UInt32 timestamp&amp;#41;&lt;br /&gt;    at Microsoft.Xna.Framework.Input.Touch.TouchSession.HandleExpiredTimers&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Xna.Framework.Input.Touch.TouchSession.get_IsGestureAvailable&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Xna.Framework.Input.Touch.Touch.get_IsGestureAvailable&amp;#40;&amp;#41;&lt;br /&gt;    at Microsoft.Xna.Framework.Input.Touch.TouchPanel.get_IsGestureAvailable&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Phone.Controls.GestureListener.ProcessTouchPanelEvents&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Phone.Controls.GestureListener.TouchDelta&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Phone.Controls.GestureListener.OnTouchFrameReported&amp;#40;Object sender, TouchFrameEventArgs e&amp;#41;&lt;br /&gt;    at System.Windows.Input.Touch.OnTouch&amp;#40;Object sender, TouchFrameEventArgs e&amp;#41;&lt;br /&gt;   at MS.Internal.JoltHelper.RaiseEvent&amp;#40;IntPtr target, UInt32 eventId, IntPtr coreEventArgs, UInt32 eventArgsTypeIndex&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: squug ** &lt;p&gt;I'm having the same problem. Did you ever receive a fix for this?&lt;/p&gt;</description><author>squug</author><pubDate>Wed, 10 Apr 2013 14:42:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: ArgumentException in GestureListener [11240] 20130410024208P</guid></item><item><title>Commented Issue: Non-looping LoopingSelector ends up in infinite loop [10624]</title><link>http://silverlight.codeplex.com/workitem/10624</link><description>If you have a LoopingSelector control with a data source that doesn&amp;#39;t wrap around in a continuous loop &amp;#40;by having ILoopingSelectorDataSource.GetNext and ILoopingSelectorDataSource.GetPrevious return null at start&amp;#47;end, see&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.create.msdn.com&amp;#47;forums&amp;#47;p&amp;#47;80090&amp;#47;603451.aspx&amp;#41;, the LoopingSelector control will go off in a never ending storyboard loop that locks the UI.  &lt;br /&gt;&amp;#160;&lt;br /&gt;The hack I applied to fix this was in LoopingSelector.AnimatePanel, I exit the function if from &amp;#61;&amp;#61; to.&lt;br /&gt;Comments: ** Comment from web user: peja914 ** &lt;p&gt;I solve the problem by modifying the original source of LoopingSelector, also fix the AnimatePanel, if from == to, return.&lt;/p&gt;</description><author>peja914</author><pubDate>Wed, 27 Mar 2013 08:50:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Non-looping LoopingSelector ends up in infinite loop [10624] 20130327085038A</guid></item><item><title>Commented Issue: Non-looping LoopingSelector ends up in infinite loop [10624]</title><link>http://silverlight.codeplex.com/workitem/10624</link><description>If you have a LoopingSelector control with a data source that doesn&amp;#39;t wrap around in a continuous loop &amp;#40;by having ILoopingSelectorDataSource.GetNext and ILoopingSelectorDataSource.GetPrevious return null at start&amp;#47;end, see&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.create.msdn.com&amp;#47;forums&amp;#47;p&amp;#47;80090&amp;#47;603451.aspx&amp;#41;, the LoopingSelector control will go off in a never ending storyboard loop that locks the UI.  &lt;br /&gt;&amp;#160;&lt;br /&gt;The hack I applied to fix this was in LoopingSelector.AnimatePanel, I exit the function if from &amp;#61;&amp;#61; to.&lt;br /&gt;Comments: ** Comment from web user: peja914 ** &lt;p&gt;I also have the same problem with the latest toolkit. When I scroll up&lt;/p&gt;</description><author>peja914</author><pubDate>Wed, 27 Mar 2013 03:29:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: Non-looping LoopingSelector ends up in infinite loop [10624] 20130327032940A</guid></item><item><title>Created Issue: Does anyone Still work on this Project? [11638]</title><link>http://silverlight.codeplex.com/workitem/11638</link><description>Does anyonw still work on this Project&amp;#63;&lt;br /&gt;&lt;br /&gt;We have Bugs here that are open for years now, and nthing happens &amp;#40;for example the Memory Leaks in Context Menu&amp;#41;. There are also still Patches in the Issues how to fix them, but nothing happens... This is realy sad&amp;#33;&lt;br /&gt;</description><author>jogibear9988</author><pubDate>Wed, 13 Mar 2013 13:05:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Does anyone Still work on this Project? [11638] 20130313010547P</guid></item><item><title>Created Issue: Using any control in XNA/XAML hybrid project hangs application under certain conditions [11637]</title><link>http://silverlight.codeplex.com/workitem/11637</link><description>Using any control from Windows Phone Toolkit in XNA&amp;#47;XAML hybrid project hangs application under certain conditions&amp;#58;&lt;br /&gt;&lt;br /&gt; 1.Create &amp;#34;Windows Phone XAML and XNA App&amp;#34; project&lt;br /&gt;&lt;br /&gt; 2.Add Silverlight for WP Toolkit by typing __Install-Package WPtoolkit__ in Package Manager Console&lt;br /&gt;&lt;br /&gt; 3.In MainPage.xaml add toolkit namespace&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&amp;#60;phone&amp;#58;PhoneApplicationPage&lt;br /&gt;...&lt;br /&gt;xmlns&amp;#58;toolkit&amp;#61;&amp;#34;clr-namespace&amp;#58;Microsoft.Phone.Controls&amp;#59;assembly&amp;#61;Microsoft.Phone.Controls.Toolkit&amp;#34;&lt;br /&gt;...&amp;#62;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt; 4.Add any control from toolkit eg. TimePicker&amp;#58;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&amp;#60;Grid x&amp;#58;Name&amp;#61;&amp;#34;ContentPanel&amp;#34; Grid.Row&amp;#61;&amp;#34;1&amp;#34; Margin&amp;#61;&amp;#34;12,0,12,0&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#33;--Create a single button to navigate to the second page which is rendered with the XNA Framework--&amp;#62;&lt;br /&gt;    &amp;#60;Button Height&amp;#61;&amp;#34;100&amp;#34; Content&amp;#61;&amp;#34;Change to game page&amp;#34; Click&amp;#61;&amp;#34;Button_Click&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;toolkit&amp;#58;TimePicker &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;Grid&amp;#62;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;5.Run app on WP8 device or WP8 emulator &amp;#40;on WP7 this problem doesn&amp;#39;t exist&amp;#41;&lt;br /&gt;&lt;br /&gt;6.Click &amp;#34;Change to game page&amp;#34; button&lt;br /&gt;&lt;br /&gt;7.Lock and unlock screen or switch to another app then return.&lt;br /&gt;&lt;br /&gt;8.Click back button to return to MainPage&lt;br /&gt;&lt;br /&gt;9.Click on TimePicker and try to change time.&lt;br /&gt;&lt;br /&gt;10.Application isn&amp;#39;t killed but UI is blocked&lt;br /&gt;</description><author>gumispl</author><pubDate>Wed, 13 Mar 2013 10:55:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Using any control in XNA/XAML hybrid project hangs application under certain conditions [11637] 20130313105503A</guid></item><item><title>Created Issue: AutoCompleteBox - ScrollViewer [11633]</title><link>http://silverlight.codeplex.com/workitem/11633</link><description>I&amp;#39;ve tested Fixed issue&amp;#40;.dll&amp;#41; from TestingAutoComplete.zip, but it isn&amp;#39;t working in Scrollviewer. When I have page in scrollviewer so pop-up is on top of page. It&amp;#39;s problem. Please, fix it&amp;#33;&lt;br /&gt;</description><author>JurajP</author><pubDate>Tue, 12 Mar 2013 22:14:06 GMT</pubDate><guid isPermaLink="false">Created Issue: AutoCompleteBox - ScrollViewer [11633] 20130312101406P</guid></item><item><title>Created Issue: TransitionFrame broken when using fast app resume [11617]</title><link>http://silverlight.codeplex.com/workitem/11617</link><description>When using the following guide&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;windowsphone&amp;#47;develop&amp;#47;jj735579&amp;#40;v&amp;#61;vs.105&amp;#41;.aspx&lt;br /&gt;&lt;br /&gt;Resuming an application results in the entry animation playing twice.&lt;br /&gt;&lt;br /&gt;I think this is because Fast Application Resume navigates twice.&lt;br /&gt;</description><author>cosmotic</author><pubDate>Mon, 04 Mar 2013 20:17:15 GMT</pubDate><guid isPermaLink="false">Created Issue: TransitionFrame broken when using fast app resume [11617] 20130304081715P</guid></item><item><title>Commented Issue: ContextMenu of New Window always pops up in Main Window [10170]</title><link>http://silverlight.codeplex.com/workitem/10170</link><description>In the Silverlight 5 &amp;#40;December 2011 release&amp;#41; the ContextMenu only appears in the Main Window. &lt;br /&gt;Clicking for a ContextMenu from a new Window always pops up the context menu in the main window.&lt;br /&gt;The Silverlight 5 Toolkit&amp;#39;s ContextMenu uses a System.Windows.Controls.Primitives.Popup window which defaults to popping up in the main window. Use the Popup.SetWindow method to set the window the Popup should appear in. The ContextMenu class also uses Application.Current.RootVisual to determine the current window. &lt;br /&gt;Use the Window.GetWindow method to determine the Window the popup should appear in.&lt;br /&gt;&amp;#160;&lt;br /&gt;Creating a new Window in Silverlight 5&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;    var window &amp;#61; new Window &amp;#123; Title&amp;#61;&amp;#34;New Window&amp;#34;, Width &amp;#61; 320, Height &amp;#61; 200 &amp;#125;&amp;#59;&lt;br /&gt;    window.Content &amp;#61; new MyControl&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;    window.Show&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Comments: ** Comment from web user: MCederholm ** &lt;p&gt;This only affects me if I try to use an event other than right-click to open the context menu.  For example, if I have a button in a popup and I open the context menu on the click event, the context menu opens at the last location of the mouse before it entered the popup window.&lt;/p&gt;&lt;p&gt;Right-click events work just fine for me in popup controls.&lt;br&gt;&lt;/p&gt;</description><author>MCederholm</author><pubDate>Fri, 01 Mar 2013 16:39:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: ContextMenu of New Window always pops up in Main Window [10170] 20130301043912P</guid></item><item><title>Created Issue: Datepicker.Valuechanged event is firing for DeviceBack [11614]</title><link>http://silverlight.codeplex.com/workitem/11614</link><description>__Steps to Reproduce the issue&amp;#58;__&lt;br /&gt;1. Assign Datepicker.Value as null.&lt;br /&gt;1. Run the app and open datepickerdialog.&lt;br /&gt;1. now press device back button.&lt;br /&gt;&lt;br /&gt;__Expected behavior&amp;#58;__&lt;br /&gt;datepickerdialog closes but Datepicker.Valuechanged event should not fire.&lt;br /&gt;&lt;br /&gt;__Actual behavior&amp;#58;__&lt;br /&gt;datepickerdialog closes and Datepicker.Valuechanged event is firing.&lt;br /&gt;</description><author>ANILTALLAM</author><pubDate>Fri, 01 Mar 2013 08:59:50 GMT</pubDate><guid isPermaLink="false">Created Issue: Datepicker.Valuechanged event is firing for DeviceBack [11614] 20130301085950A</guid></item><item><title>Created Issue: ContextMenu slows down application [11595]</title><link>http://silverlight.codeplex.com/workitem/11595</link><description>My application slows down proportional to the number of ContextMenus instantiated. The slowdown is not noticable before the number of ContextMenus becomes very large.&lt;br /&gt;&lt;br /&gt;The issue is very easy to reproduce. Just generate a List like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;int n &amp;#61; 3000&amp;#59;&lt;br /&gt;List list &amp;#61; new List&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;for &amp;#40;int i &amp;#61; 0&amp;#59; i &amp;#38;lt&amp;#59; n&amp;#59; i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;  list.add&amp;#40;new ContextMenu&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;At 3000 ContextMenus the slowdown is very significant.&lt;br /&gt;</description><author>kskog</author><pubDate>Thu, 21 Feb 2013 10:08:47 GMT</pubDate><guid isPermaLink="false">Created Issue: ContextMenu slows down application [11595] 20130221100847A</guid></item><item><title>Commented Issue: Context Menu [6206]</title><link>http://silverlight.codeplex.com/workitem/6206</link><description>&amp;#60;p&amp;#62;I create ItemsControl&amp;#58; &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62; &amp;#38;lt&amp;#59;ItemsControl Grid.ColumnSpan&amp;#61;&amp;#38;quot&amp;#59;3&amp;#38;quot&amp;#59; ItemsSource&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding MyItemsSource&amp;#125;&amp;#38;quot&amp;#59; ItemTemplate&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;StaticResource MyDataTemplate&amp;#125;&amp;#38;quot&amp;#59; &amp;#47;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;ItemsControl has MyDataTemplate&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;lt&amp;#59;DataTemplate x&amp;#58;Key&amp;#61;&amp;#38;quot&amp;#59;DayShiftViewModelDataTemplate&amp;#38;quot&amp;#59;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;            &amp;#38;lt&amp;#59;Grid Background&amp;#61;&amp;#38;quot&amp;#59;Red&amp;#38;quot&amp;#59;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                &amp;#38;lt&amp;#59;TextBlock Text&amp;#61;&amp;#38;quot&amp;#59;FooText&amp;#38;quot&amp;#59;&amp;#47;&amp;#38;gt&amp;#59;                 &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;               &amp;#38;lt&amp;#59;controlsInputToolkit&amp;#58;ContextMenuService.ContextMenu&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                    &amp;#38;lt&amp;#59;controlsInputToolkit&amp;#58;ContextMenu &amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                        &amp;#38;lt&amp;#59;controlsInputToolkit&amp;#58;MenuItem UseLayoutRounding&amp;#61;&amp;#38;quot&amp;#59;False&amp;#38;quot&amp;#59; Header&amp;#61;&amp;#38;quot&amp;#59;asdfsdf&amp;#38;quot&amp;#59; Command&amp;#61;&amp;#38;quot&amp;#59;&amp;#123;Binding AddNewShiftCommand&amp;#125;&amp;#38;quot&amp;#59;&amp;#47;&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                    &amp;#38;lt&amp;#59;&amp;#47;controlsInputToolkit&amp;#58;ContextMenu&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;                &amp;#38;lt&amp;#59;&amp;#47;controlsInputToolkit&amp;#58;ContextMenuService.ContextMenu&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;            &amp;#38;lt&amp;#59;&amp;#47;Grid&amp;#38;gt&amp;#59;             &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;        &amp;#38;lt&amp;#59;&amp;#47;DataTemplate&amp;#38;gt&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;When I clear the collection of ItemsSource and add new elements , my application starts to slow.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;If I delete Context Menu from DataTemplate, application works well.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: kskog ** &lt;p&gt;I am not sure this is the same issue, but my Silverlight app has a lot of usercontrol instances with attached ContextMenu. When the number of usercontrol instances becomes large it significantly slows down the UI thread. Why are these serious bugs not fixed?? Maybe I'll just switch to Android right away...&lt;/p&gt;</description><author>kskog</author><pubDate>Wed, 20 Feb 2013 15:51:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Context Menu [6206] 20130220035151P</guid></item></channel></rss>