<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Silverlight Toolkit</title><link>http://silverlight.codeplex.com/project/feeds/rss</link><description>Silverlight Toolkit and Silverlight for Windows Phone Toolkit are a set of Microsoft components for developers.</description><item><title>Reopened 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>Fri, 14 Jun 2013 07:35:54 GMT</pubDate><guid isPermaLink="false">Reopened Issue: ListPicker resizing issue when changing HorizontalAlignment [9443] 20130614073554A</guid></item><item><title>Reopened 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>Fri, 14 Jun 2013 07:35:54 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Error using ExpanderView in a PivotControl [9843] 20130614073554A</guid></item><item><title>Reopened 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>Fri, 14 Jun 2013 07:35:53 GMT</pubDate><guid isPermaLink="false">Reopened Issue: When FlowDirection is set on ListPicker, it does not propagate to ListPicker.FullModeItemTemplate [11081] 20130614073553A</guid></item><item><title>Commented Feature: Panorama and Pivot Control for desktop version of Silverlight [10833]</title><link>http://silverlight.codeplex.com/workitem/10833</link><description>Please consider releasing a full Panorama and Pivot control for Silverlight 5 &amp;#40;desktop&amp;#47;web version&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: taurenshaman ** &lt;p&gt;Silverlight Toolkit hasn't been updated for too long :(&lt;/p&gt;</description><author>taurenshaman</author><pubDate>Fri, 14 Jun 2013 04:52:46 GMT</pubDate><guid isPermaLink="false">Commented Feature: Panorama and Pivot Control for desktop version of Silverlight [10833] 20130614045246A</guid></item><item><title>Reviewed: Silverlight 5 Toolkit Source - May 2012 (cze 07, 2013)</title><link>https://silverlight.codeplex.com/releases/view/88660#ReviewBy-PiotrSobiegraj</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - I&amp;#39;ve also had problems with compiling it under vs 2012 with strong name validation fails, but I&amp;#39;ve found workaround. Read my comment in https&amp;#58;&amp;#47;&amp;#47;silverlight.codeplex.com&amp;#47;workitem&amp;#47;11259 Too long to post it here.</description><author>PiotrSobiegraj</author><pubDate>Fri, 07 Jun 2013 13:57:05 GMT</pubDate><guid isPermaLink="false">Reviewed: Silverlight 5 Toolkit Source - May 2012 (cze 07, 2013) 20130607015705P</guid></item><item><title>Commented Issue: Need a release for Visual Studio 2012 [11259]</title><link>http://silverlight.codeplex.com/workitem/11259</link><description>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.&lt;br /&gt;Comments: ** Comment from web user: PiotrSobiegraj ** &lt;p&gt;I've also had problems with compiling it under vs 2012 with strong name validation fails but I've found how to get around it:&lt;br&gt;1. download binary wersion for vs 2010 and install it (http://silverlight.codeplex.com/releases/view/78435)&lt;br&gt;2. While compiling project form solution Controls.Toolkit.sln you will get strong name validation fails.&lt;br&gt;3. Locate ddls failed to load in binary version (some are in Program Files (x86)\Microsoft SDKs\Silverlight\v5.0\Toolkit\dec11\Bin, some in Program Files (x86)\Microsoft SDKs\Silverlight\v5.0\Toolkit\dec11\Testing) and copy it to Binaries subdirectory in your downloaded source directory&lt;br&gt;4. This time project should compile without errors and in a moment controls should be added to vs2012.&lt;/p&gt;&lt;p&gt;I'm not sure if this 'mixed' version is production ready.&lt;/p&gt;</description><author>PiotrSobiegraj</author><pubDate>Fri, 07 Jun 2013 13:53:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Need a release for Visual Studio 2012 [11259] 20130607015301P</guid></item><item><title>Reviewed: Silverlight 5 Toolkit - December 2011 (Jun 07, 2013)</title><link>https://silverlight.codeplex.com/releases/view/78435#ReviewBy-algor77</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Well, as for December 2011 it was OK, but Silverlight become orphan as major efforts were moved by Microsoft  to HTML5. SL5 lack some polishing, fine tuning, better grained exception handling. Shortly, now, in mid 2013, there are still need for SP but again, unlikely it going to happen. Not Codeplex fault, it become somewhat not safe to bet on Microsoft technology</description><author>algor77</author><pubDate>Fri, 07 Jun 2013 12:25:26 GMT</pubDate><guid isPermaLink="false">Reviewed: Silverlight 5 Toolkit - December 2011 (Jun 07, 2013) 20130607122526P</guid></item><item><title>Reviewed: Windows Phone Toolkit - September 2012 (Jun 06, 2013)</title><link>https://silverlight.codeplex.com/releases/view/94435#ReviewBy-NemesysDMC</link><description>Rated 3 Stars &amp;#40;out of 5&amp;#41; - VOIP on my PC&amp;#10;</description><author>NemesysDMC</author><pubDate>Thu, 06 Jun 2013 22:40:25 GMT</pubDate><guid isPermaLink="false">Reviewed: Windows Phone Toolkit - September 2012 (Jun 06, 2013) 20130606104025P</guid></item><item><title>Reviewed: Windows Phone Toolkit - September 2012 (六月 04, 2013)</title><link>https://silverlight.codeplex.com/releases/view/94435#ReviewBy-lwywing</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - 这个正是我所需要的&amp;#12290;</description><author>lwywing</author><pubDate>Tue, 04 Jun 2013 16:34:05 GMT</pubDate><guid isPermaLink="false">Reviewed: Windows Phone Toolkit - September 2012 (六月 04, 2013) 20130604043405P</guid></item><item><title>Commented Issue: AutoCompleteBox.SearchText is not cleared when SelectedItem is set to null [8278]</title><link>http://silverlight.codeplex.com/workitem/8278</link><description>When I use AutoCompleteBox in MVVM scenario I bind SelectedItem to a ViewModel. In the following scenario SearchText is shown in TextBox part instead of expected empty string&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;1. User enters something in AutoCompleteBox &amp;#40;say &amp;#34;john&amp;#34;&amp;#41; and then selects an item from dropdown &amp;#40;say &amp;#34;John Smith&amp;#34;&amp;#41;.&lt;br /&gt;2. Later my code sets null to a ViewModel property to which AutoCompleteBox.SelectedItem is bound.&lt;br /&gt;3. AutoCompleteBox shows old SearchText &amp;#40;&amp;#34;john&amp;#34;&amp;#41; instead of expected empty string.&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;m aware of workaround of setting Text&amp;#61;string.Empty before setting SelectedItem&amp;#61;null. This workaournd can even be implemented in MVVM by having Text bound to a special VM property, but this is very ugly in my opinion.&lt;br /&gt;&amp;#160;&lt;br /&gt;I also tried to subclass the AutoCompleteBox to override the bogus behavior, but all required methods and properties are either private or non-virtual, so I was not able to fix this by subclassing too.&lt;br /&gt;Comments: ** Comment from web user: atsukanrock ** &lt;p&gt;The workaround shown in the original description does not work under a certain condition.&lt;/p&gt;&lt;p&gt;- The Workaround&lt;br&gt;setting Text=string.Empty before setting SelectedItem=null.&lt;/p&gt;&lt;p&gt;- The Condition under Which The Workaround Does Not Work&lt;br&gt;The MinimumPrefixLength of the AutoCompleteBox is 0.&lt;/p&gt;&lt;p&gt;- Solution&lt;br&gt;setting MinimumPrefixLength other than 0 before setting Text = string.Empty.&lt;br&gt;We can reset the MinimumPrefixLength after setting Text = string.Empty if needed.&lt;/p&gt;</description><author>atsukanrock</author><pubDate>Tue, 04 Jun 2013 06:32:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: AutoCompleteBox.SearchText is not cleared when SelectedItem is set to null [8278] 20130604063213A</guid></item><item><title>Reviewed: Windows Phone Toolkit - September 2012 (六月 02, 2013)</title><link>https://silverlight.codeplex.com/releases/view/94435#ReviewBy-kyw</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - ddddddddddddd</description><author>kyw</author><pubDate>Mon, 03 Jun 2013 02:15:14 GMT</pubDate><guid isPermaLink="false">Reviewed: Windows Phone Toolkit - September 2012 (六月 02, 2013) 20130603021514A</guid></item><item><title>Commented Issue: Context Menu [6206]</title><link>http://silverlight.codeplex.com/workitem/6206</link><description>I create ItemsControl&amp;#58; &lt;br /&gt; &amp;#60;ItemsControl Grid.ColumnSpan&amp;#61;&amp;#34;3&amp;#34; ItemsSource&amp;#61;&amp;#34;&amp;#123;Binding MyItemsSource&amp;#125;&amp;#34; ItemTemplate&amp;#61;&amp;#34;&amp;#123;StaticResource MyDataTemplate&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;ItemsControl has MyDataTemplate&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#60;DataTemplate x&amp;#58;Key&amp;#61;&amp;#34;DayShiftViewModelDataTemplate&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;Grid Background&amp;#61;&amp;#34;Red&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;TextBlock Text&amp;#61;&amp;#34;FooText&amp;#34;&amp;#47;&amp;#62;                 &lt;br /&gt;               &amp;#60;controlsInputToolkit&amp;#58;ContextMenuService.ContextMenu&amp;#62;&lt;br /&gt;                    &amp;#60;controlsInputToolkit&amp;#58;ContextMenu &amp;#62;&lt;br /&gt;                        &amp;#60;controlsInputToolkit&amp;#58;MenuItem UseLayoutRounding&amp;#61;&amp;#34;False&amp;#34; Header&amp;#61;&amp;#34;asdfsdf&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding AddNewShiftCommand&amp;#125;&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;controlsInputToolkit&amp;#58;ContextMenu&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;controlsInputToolkit&amp;#58;ContextMenuService.ContextMenu&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Grid&amp;#62;             &lt;br /&gt;        &amp;#60;&amp;#47;DataTemplate&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;When I clear the collection of ItemsSource and add new elements , my application starts to slow.&lt;br /&gt;If I delete Context Menu from DataTemplate, application works well.&lt;br /&gt;Comments: ** Comment from web user: jesterpester ** &lt;p&gt;I've tried apudale's solution of creating a class that inherits from ContextMenu and implements IDisposable but am unable to get it to work.  &lt;/p&gt;&lt;p&gt;I get an MethodAccessException: &lt;/p&gt;&lt;p&gt;&amp;quot;Attempt by method 'S4.Analytics.Client.Controls.S4ContextMenu.Dispose(Boolean)' to access method 'System.Windows.Controls.ContextMenu.HandleRootVisualMouseMove(System.Object, System.Windows.Input.MouseEventArgs)' failed.&amp;quot;&lt;/p&gt;&lt;p&gt; when it tries to execute&lt;/p&gt;&lt;p&gt; Delegate handler = Delegate.CreateDelegate(typeof(MouseEventHandler), this , infos);&lt;/p&gt;&lt;p&gt;Has anyone successfully implemented this fix?  &lt;/p&gt;</description><author>jesterpester</author><pubDate>Thu, 30 May 2013 18:59:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Context Menu [6206] 20130530065908P</guid></item><item><title>Reviewed: Windows Phone Toolkit - September 2012 (五月 18, 2013)</title><link>https://silverlight.codeplex.com/releases/view/94435#ReviewBy-xjmxx</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - thanks&amp;#33;&amp;#33;&amp;#33;&amp;#33;</description><author>xjmxx</author><pubDate>Sat, 18 May 2013 22:59:44 GMT</pubDate><guid isPermaLink="false">Reviewed: Windows Phone Toolkit - September 2012 (五月 18, 2013) 20130518105944P</guid></item><item><title>Commented Issue: ExpanderView content bleed through ( .UpdateVisualState() not called) [9525]</title><link>http://silverlight.codeplex.com/workitem/9525</link><description>When an ExpanderView control with child content is put on a  page and the IsExpanded property is set to true the child controls &amp;#8216;bleed&amp;#8217; into the next control even if the ExpanderView and the controls below it are positioned on a stack panel. &amp;#40;See &amp;#8216;overlap.png&amp;#8217; for a screenshot of this happening&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;A similar problem occurs when the content of an ExpanderView is extended &amp;#40;or decreased&amp;#41; after it has been expanded. Screenshot &amp;#8216;overlap dynamic add pre.png&amp;#8217; shows the Expanded ExpanderView before content is added. &amp;#8216;Overlap dynamic add post.png&amp;#8217; shows the resulting bleed through when additional content is added. &lt;br /&gt;&amp;#160;&lt;br /&gt;The only way I found to fix this bleed through without altering the ExpanderView code is by calling&amp;#58;&lt;br /&gt;.IsExpanded &amp;#61;false&amp;#59;&lt;br /&gt;.IsExpanded &amp;#61;true&amp;#59;&lt;br /&gt;The problem with this approach is that this still triggers both the expand and collapse animation thus making it a rather unpleasant experience from an end-user perspective.&lt;br /&gt;&amp;#160;&lt;br /&gt;I can think of two ways of fixing this problem&amp;#58;&lt;br /&gt;1.&amp;#9;Publicly expose the UpdateVisualState&amp;#40;booluseTransitions&amp;#41;. This would allow developers to call the method after the contents has been updated &lt;br /&gt;2.&amp;#9;Subscribe to the SizeChanged event when a child element is set. When this event is raised call the UpdateVisualState&amp;#40;false&amp;#41; method.&lt;br /&gt;Comments: ** Comment from web user: hhvdblom ** &lt;p&gt;Problem still exists in WP8. I put an SelectionChanged event on the ListBox thats surrounds the Expander. After the event fires it fills a items list  that needs to be displayed when the expander expands (on-demand loading). 9 of 10 times it will expand like it should be. It seems if the items list is small 1 or 2 items it happens that it bleeds true.&lt;/p&gt;</description><author>hhvdblom</author><pubDate>Sat, 18 May 2013 18:15:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: ExpanderView content bleed through ( .UpdateVisualState() not called) [9525] 20130518061541P</guid></item><item><title>Reviewed: Windows Phone Toolkit - September 2012 (五月 16, 2013)</title><link>https://silverlight.codeplex.com/releases/view/94435#ReviewBy-falcon_dl</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - so usefull</description><author>falcon_dl</author><pubDate>Thu, 16 May 2013 13:29:28 GMT</pubDate><guid isPermaLink="false">Reviewed: Windows Phone Toolkit - September 2012 (五月 16, 2013) 20130516012928P</guid></item><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>Reviewed: Windows Phone Toolkit - September 2012 (May 08, 2013)</title><link>https://silverlight.codeplex.com/releases/view/94435#ReviewBy-erhan_uzun</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - thanks ........</description><author>erhan_uzun</author><pubDate>Wed, 08 May 2013 22:41:57 GMT</pubDate><guid isPermaLink="false">Reviewed: Windows Phone Toolkit - September 2012 (May 08, 2013) 20130508104157P</guid></item></channel></rss>