<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>winrtxamltoolkit Issue Tracker Rss Feed</title><link>http://winrtxamltoolkit.codeplex.com/workitem/list/basic</link><description>winrtxamltoolkit Issue Tracker Rss Description</description><item><title>Created Unassigned: WatermarkPasswordBox requires 2 tab presses to gain focus [786]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/786</link><description>The new WatermarkPasswordBox included in the latest 1.4.1.0 release requires two tab presses on the keyboard to move focus from the last form element into the password box.&lt;br /&gt;Not sure why it would behave like this as the code seems very similar to that of the watermarktextbox which has no problem with tabbing.&lt;br /&gt;&lt;br /&gt;To reproduce the issue create a page with the following XAML code and try to tab through the form elements on the computers keyboard, the expected result is that the cursor shifts focus from each input ever time the tab key is pressed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&amp;#60;Grid Background&amp;#61;&amp;#34;&amp;#123;StaticResource ApplicationPageBackgroundThemeBrush&amp;#125;&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;Grid.RowDefinitions&amp;#62;&lt;br /&gt;            &amp;#60;RowDefinition &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;RowDefinition &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;RowDefinition &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;RowDefinition &amp;#47;&amp;#62;&amp;#60;RowDefinition &amp;#47;&amp;#62;&amp;#60;RowDefinition &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Grid.RowDefinitions&amp;#62;&lt;br /&gt;        &amp;#60;rt&amp;#58;WatermarkTextBox  WatermarkText&amp;#61;&amp;#34;Textbox 1&amp;#34; Text&amp;#61;&amp;#34;&amp;#34; Margin&amp;#61;&amp;#34;0,10,0,10&amp;#34; Width&amp;#61;&amp;#34;200&amp;#34; Height&amp;#61;&amp;#34;28&amp;#34; Grid.Row&amp;#61;&amp;#34;0&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;rt&amp;#58;WatermarkTextBox  WatermarkText&amp;#61;&amp;#34;Textbox 2&amp;#34; Text&amp;#61;&amp;#34;&amp;#34; Margin&amp;#61;&amp;#34;0,10,0,10&amp;#34; Width&amp;#61;&amp;#34;200&amp;#34; Height&amp;#61;&amp;#34;28&amp;#34; Grid.Row&amp;#61;&amp;#34;1&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;rt&amp;#58;WatermarkPasswordBox  WatermarkText&amp;#61;&amp;#34;Password 1&amp;#34; Password&amp;#61;&amp;#34;&amp;#34; Margin&amp;#61;&amp;#34;0,10,0,10&amp;#34; Width&amp;#61;&amp;#34;200&amp;#34; Height&amp;#61;&amp;#34;28&amp;#34; Grid.Row&amp;#61;&amp;#34;2&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;rt&amp;#58;WatermarkTextBox WatermarkText&amp;#61;&amp;#34;Textbox 3&amp;#34; Text&amp;#61;&amp;#34;&amp;#34; Margin&amp;#61;&amp;#34;0,10,0,10&amp;#34; Width&amp;#61;&amp;#34;200&amp;#34; Height&amp;#61;&amp;#34;28&amp;#34; Grid.Row&amp;#61;&amp;#34;3&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;rt&amp;#58;WatermarkPasswordBox WatermarkText&amp;#61;&amp;#34;Password 2&amp;#34; Password&amp;#61;&amp;#34;&amp;#34; Margin&amp;#61;&amp;#34;0,10,0,10&amp;#34; Width&amp;#61;&amp;#34;200&amp;#34; Height&amp;#61;&amp;#34;28&amp;#34; Grid.Row&amp;#61;&amp;#34;4&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;rt&amp;#58;WatermarkPasswordBox WatermarkText&amp;#61;&amp;#34;Password 3&amp;#34; Password&amp;#61;&amp;#34;&amp;#34; Margin&amp;#61;&amp;#34;0,10,0,10&amp;#34; Width&amp;#61;&amp;#34;200&amp;#34; Height&amp;#61;&amp;#34;28&amp;#34; Grid.Row&amp;#61;&amp;#34;5&amp;#34; &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;</description><author>donal1500</author><pubDate>Tue, 21 May 2013 14:50:15 GMT</pubDate><guid isPermaLink="false">Created Unassigned: WatermarkPasswordBox requires 2 tab presses to gain focus [786] 20130521025015P</guid></item><item><title>Created Unassigned: Allow Binding of the ItemsSource of a SeriesDefinition within a StackedColumnSeries [785]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/785</link><description>Currently the ItemsSource has to be set programmatically. Binding the ItemsSource does not seem to work&lt;br /&gt;&lt;br /&gt;        &amp;#60;charting&amp;#58;Chart&lt;br /&gt;                x&amp;#58;Name&amp;#61;&amp;#34;StackedColumnChart&amp;#34;&lt;br /&gt;                Title&amp;#61;&amp;#34;Stacked Column Chart&amp;#34;&lt;br /&gt;                Margin&amp;#61;&amp;#34;70,0&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;charting&amp;#58;StackedColumnSeries x&amp;#58;Name&amp;#61;&amp;#34;stackedColumnSeries&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;charting&amp;#58;SeriesDefinition&lt;br /&gt;                    ItemsSource&amp;#61;&amp;#34;&amp;#123;Binding Items&amp;#125;&amp;#34;&lt;br /&gt;                        DependentValuePath&amp;#61;&amp;#34;Value&amp;#34;&lt;br /&gt;                        IndependentValuePath&amp;#61;&amp;#34;Name&amp;#34;&lt;br /&gt;                        IsTapEnabled&amp;#61;&amp;#34;True&amp;#34;&lt;br /&gt;                        Title&amp;#61;&amp;#34;Doodad&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;It currently requires&lt;br /&gt;        &amp;#60;charting&amp;#58;Chart&lt;br /&gt;                x&amp;#58;Name&amp;#61;&amp;#34;StackedColumnChart&amp;#34;&lt;br /&gt;                Title&amp;#61;&amp;#34;Stacked Column Chart&amp;#34;&lt;br /&gt;                Margin&amp;#61;&amp;#34;70,0&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;charting&amp;#58;StackedColumnSeries x&amp;#58;Name&amp;#61;&amp;#34;stackedColumnSeries&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;charting&amp;#58;SeriesDefinition&lt;br /&gt;                        DependentValuePath&amp;#61;&amp;#34;Value&amp;#34;&lt;br /&gt;                        IndependentValuePath&amp;#61;&amp;#34;Name&amp;#34;&lt;br /&gt;                        IsTapEnabled&amp;#61;&amp;#34;True&amp;#34;&lt;br /&gt;                        Title&amp;#61;&amp;#34;Doodad&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;Plus&lt;br /&gt;            foreach &amp;#40;var series in this.StackedColumnChart.Series&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                StackedColumnSeries columnSeries &amp;#61; series as StackedColumnSeries&amp;#59;&lt;br /&gt;                if &amp;#40;columnSeries &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    foreach &amp;#40;var seriesDefinition in columnSeries.SeriesDefinitions&amp;#41;&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        seriesDefinition.ItemsSource &amp;#61; viewModel.Items&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                &amp;#125;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;Or something similar&lt;br /&gt;&lt;br /&gt;</description><author>BrianDT</author><pubDate>Sun, 21 Apr 2013 12:27:51 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Allow Binding of the ItemsSource of a SeriesDefinition within a StackedColumnSeries [785] 20130421122751P</guid></item><item><title>Created Unassigned: Issue in adding WinRT XAML Toolkit DLL in the project [784]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/784</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I am developing a project in which I have to use WriteableBitmapRenderExtensions. Though I have added the WinRT XAML DLL, it  is still saying to add WinRTXamlToolkit.Composition DLL. Though  I tried to add that toolkit also but it is not added successfully. Even I tried to install it using   Package Manager Console .But the installation was unsuccessfull and it is saying &amp;#34;__Could not install package &amp;#39;SharpDX 2.4.2&amp;#39;.You are trying to install this package into a project that targets &amp;#39;.NETCore,Version&amp;#61;v4.5&amp;#39;, but the package does not contain any assembly references that are compatible with that framework__&amp;#34;. So I can&amp;#39;t know how to get out of it .&lt;br /&gt;&lt;br /&gt;So kindly let me know how to add the WinRt XAML toolkit to the project in .net framework 4.5.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;&lt;br /&gt;Chiranjit&lt;br /&gt;</description><author>kakun35</author><pubDate>Wed, 17 Apr 2013 10:22:58 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Issue in adding WinRT XAML Toolkit DLL in the project [784] 20130417102258A</guid></item><item><title>Commented Issue: NumericUpDown value binding is not working [780]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/780</link><description>Hello,&lt;br /&gt;&lt;br /&gt;in my sample application I bind Minimum, Maximum and Value properties of NumericUpDown control.&lt;br /&gt;If in the Xaml definition of the control I put Value binding before Minimum and Maximum properties binding, Value is displayed correctly.&lt;br /&gt;&lt;br /&gt;If I put Value binding after Minimum and Maximum, Value is always 1.&lt;br /&gt;Also Value is not updated when binding changes.&lt;br /&gt;&lt;br /&gt;I attached a sample application that reproduce this problem.&lt;br /&gt;&lt;br /&gt;Comments: Any news about this problem&amp;#63;</description><author>OasisLiveForever</author><pubDate>Sat, 13 Apr 2013 11:50:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: NumericUpDown value binding is not working [780] 20130413115044A</guid></item><item><title>Created Issue: CameraCaptureControl video has no audio [783]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/783</link><description>Camera capture control is not recording video with audio &amp;#40;in winrtxamltoolkit sample application&amp;#41;.&lt;br /&gt;</description><author>Maniarasu</author><pubDate>Fri, 29 Mar 2013 10:27:26 GMT</pubDate><guid isPermaLink="false">Created Issue: CameraCaptureControl video has no audio [783] 20130329102726A</guid></item><item><title>Created Issue: Changing intervals in XAML crash xaml designer [782]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/782</link><description>Hi,&lt;br /&gt;I used this code in xaml&amp;#58;&lt;br /&gt;          ___&amp;#60;charting&amp;#58;Chart&lt;br /&gt;                    x&amp;#58;Name&amp;#61;&amp;#34;priceHist&amp;#34;&lt;br /&gt;                    Title&amp;#61;&amp;#34;Price History&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;400&amp;#34;&lt;br /&gt;                    &amp;#62;&lt;br /&gt;                    &amp;#60;charting&amp;#58;LineSeries&lt;br /&gt;                        Title&amp;#61;&amp;#34;Avg&amp;#34;&lt;br /&gt;                        IndependentValueBinding&amp;#61;&amp;#34;&amp;#123;Binding Date&amp;#125;&amp;#34;&lt;br /&gt;                        DependentValueBinding&amp;#61;&amp;#34;&amp;#123;Binding Value&amp;#125;&amp;#34;&lt;br /&gt;                        IsSelectionEnabled&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;charting&amp;#58;LineSeries&lt;br /&gt;                        Title&amp;#61;&amp;#34;High&amp;#34;&lt;br /&gt;                        IndependentValueBinding&amp;#61;&amp;#34;&amp;#123;Binding Date&amp;#125;&amp;#34;&lt;br /&gt;                        DependentValueBinding&amp;#61;&amp;#34;&amp;#123;Binding Value&amp;#125;&amp;#34;&lt;br /&gt;                        IsSelectionEnabled&amp;#61;&amp;#34;True&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;charting&amp;#58;LineSeries&lt;br /&gt;                        Title&amp;#61;&amp;#34;Low&amp;#34;&lt;br /&gt;                        IndependentValueBinding&amp;#61;&amp;#34;&amp;#123;Binding Date&amp;#125;&amp;#34;&lt;br /&gt;                        DependentValueBinding&amp;#61;&amp;#34;&amp;#123;Binding Value&amp;#125;&amp;#34;&lt;br /&gt;                        IsSelectionEnabled&amp;#61;&amp;#34;True&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;charting&amp;#58;Chart.Axes&amp;#62;&lt;br /&gt;                        &amp;#60;charting&amp;#58;DateTimeAxis&lt;br /&gt;                            Orientation&amp;#61;&amp;#34;X&amp;#34;&lt;br /&gt;                            Interval&amp;#61;&amp;#34;5&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;charting&amp;#58;Chart.Axes&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;charting&amp;#58;Chart&amp;#62;&lt;br /&gt;&lt;br /&gt;The Chart.Axes portion crashes the preview on visual studio and crashes the app.&lt;br /&gt;</description><author>EynErgy</author><pubDate>Fri, 29 Mar 2013 09:13:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Changing intervals in XAML crash xaml designer [782] 20130329091313A</guid></item><item><title>Commented Issue: WriteableBitmap.Render() working with bugs [781]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/781</link><description>Then I call WriteableBitmap.Render&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;1. Text rendering not like displaying&lt;br /&gt;2. Path rendered without Transfromations and Strech values.&lt;br /&gt;&lt;br /&gt;Sample App in attachment&lt;br /&gt;Comments: Unfortunately - reimplementing the composition engine of WinRT&amp;#47;XAML perfectly would be a pretty significant effort and while the current implementation of the Render&amp;#40;&amp;#41; method perfectly replicates some very basic layouts - it will take a lot of work before it supports all possible parameters. That said - I am aware of these issues and might fix these bugs if the time allows.</description><author>xyzzer</author><pubDate>Mon, 18 Mar 2013 02:31:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: WriteableBitmap.Render() working with bugs [781] 20130318023122A</guid></item><item><title>Created Issue: WriteableBitmap.Render() working with bugs [781]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/781</link><description>Then I call WriteableBitmap.Render&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;1. Text rendering not like displaying&lt;br /&gt;2. Path rendered without Transfromations and Strech values.&lt;br /&gt;&lt;br /&gt;Sample App in attachment&lt;br /&gt;</description><author>caxep</author><pubDate>Sun, 17 Mar 2013 00:22:48 GMT</pubDate><guid isPermaLink="false">Created Issue: WriteableBitmap.Render() working with bugs [781] 20130317122248A</guid></item><item><title>Edited Issue: NumericUpDown value binding is not working [780]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/780</link><description>Hello,&lt;br /&gt;&lt;br /&gt;in my sample application I bind Minimum, Maximum and Value properties of NumericUpDown control.&lt;br /&gt;If in the Xaml definition of the control I put Value binding before Minimum and Maximum properties binding, Value is displayed correctly.&lt;br /&gt;&lt;br /&gt;If I put Value binding after Minimum and Maximum, Value is always 1.&lt;br /&gt;Also Value is not updated when binding changes.&lt;br /&gt;&lt;br /&gt;I attached a sample application that reproduce this problem.&lt;br /&gt;&lt;br /&gt;</description><author>OasisLiveForever</author><pubDate>Thu, 28 Feb 2013 05:04:54 GMT</pubDate><guid isPermaLink="false">Edited Issue: NumericUpDown value binding is not working [780] 20130228050454A</guid></item><item><title>Edited Issue: NumericUpDown value binding is not working [780]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/780</link><description>Hello,&lt;br /&gt;&lt;br /&gt;in my sample application I bind Minimum, Maximum and Value properties of NumericUpDown control.&lt;br /&gt;If in the Xaml definifition for the control I put Value binding before Minimum and Maximum properties binding, Value is displayed correctly.&lt;br /&gt;&lt;br /&gt;If I put Value binding after Minimum and Maximum, Value is always 1.&lt;br /&gt;Also Value is not updated when binding changes.&lt;br /&gt;&lt;br /&gt;I attached a sample application that reproduce this problem.&lt;br /&gt;&lt;br /&gt;</description><author>OasisLiveForever</author><pubDate>Thu, 28 Feb 2013 05:04:09 GMT</pubDate><guid isPermaLink="false">Edited Issue: NumericUpDown value binding is not working [780] 20130228050409A</guid></item><item><title>Edited Issue: NumericUpDown value binding is not working [780]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/780</link><description>Hello,&lt;br /&gt;&lt;br /&gt;in my sample application I bind Minimum, Maximum and Value properties of NumericUpDown control.&lt;br /&gt;If in the Xaml definifition for the control I put Value binding before Minimum and Maximum properties binding, Value is displayed correctly.&lt;br /&gt;&lt;br /&gt;If I put Value binding after Minimum and Maximum, Value is always 1.&lt;br /&gt;Also Value is not updated when binding changes.&lt;br /&gt;&lt;br /&gt;You can download a sample application here&amp;#58; &amp;#91;NumericUpDown sample&amp;#93;&amp;#40;https&amp;#58;&amp;#47;&amp;#47;skydrive.live.com&amp;#47;redir&amp;#63;resid&amp;#61;9254CCAFCE7EE400&amp;#33;863&amp;#38;authkey&amp;#61;&amp;#33;AAZCcXn1BqKPO6I&amp;#41;&lt;br /&gt;&lt;br /&gt;</description><author>OasisLiveForever</author><pubDate>Thu, 28 Feb 2013 05:02:40 GMT</pubDate><guid isPermaLink="false">Edited Issue: NumericUpDown value binding is not working [780] 20130228050240A</guid></item><item><title>Edited Issue: NumericUpDown value binding is not working [780]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/780</link><description>Hello,&lt;br /&gt;&lt;br /&gt;in my sample application I bind Minimum, Maximum and Value properties of NumericUpDown control.&lt;br /&gt;If in the Xaml definifition for the control I put Value binding before Minimum and Maximum properties binding, Value is displayed correctly.&lt;br /&gt;&lt;br /&gt;If I put Value binding after Minimum and Maximum, Value is always 1.&lt;br /&gt;Also Value is not updated when binding changes.&lt;br /&gt;&lt;br /&gt;You can download a sample application here&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;TEXT&amp;#93;&amp;#40;https&amp;#58;&amp;#47;&amp;#47;skydrive.live.com&amp;#47;redir&amp;#63;resid&amp;#61;9254CCAFCE7EE400&amp;#33;863&amp;#38;authkey&amp;#61;&amp;#33;AAZCcXn1BqKPO6I&amp;#41;&lt;br /&gt;&lt;br /&gt;</description><author>OasisLiveForever</author><pubDate>Thu, 28 Feb 2013 05:02:05 GMT</pubDate><guid isPermaLink="false">Edited Issue: NumericUpDown value binding is not working [780] 20130228050205A</guid></item><item><title>Created Issue: NumericUpDown value binding not working [780]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/780</link><description>Hello,&lt;br /&gt;&lt;br /&gt;in my sample application I bind Minimum, Maximum and Value properties of NumericUpDown control.&lt;br /&gt;If in the Xaml definifition for the control I put Value binding before Minimum and Maximum properties binding, Value is displayed correctly.&lt;br /&gt;&lt;br /&gt;If I put Value binding after Minimum and Maximum, Value is always 1.&lt;br /&gt;Also Value is not updated when binding changes.&lt;br /&gt;</description><author>OasisLiveForever</author><pubDate>Thu, 28 Feb 2013 05:00:40 GMT</pubDate><guid isPermaLink="false">Created Issue: NumericUpDown value binding not working [780] 20130228050040A</guid></item><item><title>Commented Issue: Using WrapPanel in place of WrapGrid prevents reordering items [779]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/779</link><description>&amp;#96;WrapPanel&amp;#96; does not allow dragging items to reorder them, while &amp;#96;WrapGrid&amp;#96; does. One would expect &amp;#96;WrapPanel&amp;#96; to be a drop-in replacement to &amp;#96;WrapGrid&amp;#96;.&lt;br /&gt;&lt;br /&gt;Please see attached Visual Studio project for a demonstration, and try to drag items internally in each &amp;#96;ItemsControl&amp;#96;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Without looking at your code I suspect that this built-in drag&amp;#38;drop implementation requires using a WrapGrid. If I have a while I will check your code though - you never know.</description><author>xyzzer</author><pubDate>Thu, 21 Feb 2013 16:37:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Using WrapPanel in place of WrapGrid prevents reordering items [779] 20130221043712P</guid></item><item><title>Created Issue: Using WrapPanel in place of WrapGrid prevents reordering items [779]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/779</link><description>&amp;#96;WrapPanel&amp;#96; does not allow dragging items to reorder them, while &amp;#96;WrapGrid&amp;#96; does. One would expect &amp;#96;WrapPanel&amp;#96; to be a drop-in replacement to &amp;#96;WrapGrid&amp;#96;.&lt;br /&gt;&lt;br /&gt;Please see attached Visual Studio project for a demonstration, and try to drag items internally in each &amp;#96;ItemsControl&amp;#96;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>VegardLarsen</author><pubDate>Thu, 21 Feb 2013 14:25:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Using WrapPanel in place of WrapGrid prevents reordering items [779] 20130221022519P</guid></item><item><title>Closed Issue: WrapPanel does not scroll [778]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/778</link><description>The WrapPanel has extension properties ScrollViewer.VerticalScrollBarVisibility and ScrollViewer.VerticalScrollMode, but they don&amp;#39;t have any effect. So far I couldn&amp;#39;t get a WrapPanel to scroll. &lt;br /&gt;Comments: By design</description><author>xyzzer</author><pubDate>Thu, 07 Feb 2013 06:54:24 GMT</pubDate><guid isPermaLink="false">Closed Issue: WrapPanel does not scroll [778] 20130207065424A</guid></item><item><title>Commented Issue: WrapPanel does not scroll [778]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/778</link><description>The WrapPanel has extension properties ScrollViewer.VerticalScrollBarVisibility and ScrollViewer.VerticalScrollMode, but they don&amp;#39;t have any effect. So far I couldn&amp;#39;t get a WrapPanel to scroll. &lt;br /&gt;Comments: These are attached properties you can set on any dependency object, but they don&amp;#39;t work on most of them. WrapPanel is just a panel. You could try using it as an ItemsPanel in a GridView if you want your GridView to look ugly and then it can scroll, or you can put it inside of a ScrollViewer.</description><author>xyzzer</author><pubDate>Thu, 07 Feb 2013 06:54:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: WrapPanel does not scroll [778] 20130207065412A</guid></item><item><title>Created Issue: WrapPanel does not scroll [778]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/778</link><description>The WrapPanel has extension properties ScrollViewer.VerticalScrollBarVisibility and ScrollViewer.VerticalScrollMode, but they don&amp;#39;t have any effect. So far I couldn&amp;#39;t get a WrapPanel to scroll. &lt;br /&gt;</description><author>nfdegodoy</author><pubDate>Thu, 07 Feb 2013 06:19:31 GMT</pubDate><guid isPermaLink="false">Created Issue: WrapPanel does not scroll [778] 20130207061931A</guid></item><item><title>Commented Issue: LineSeries MissingManifestResourceException [770]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/770</link><description>I&amp;#39;m getting the following runtime exception when adding a LineSeries to a chart &amp;#40;1.3.5.1&amp;#41;. &lt;br /&gt;&lt;br /&gt;MissingManifestResourceException&lt;br /&gt;Unable to load resources for resource file &amp;#34;WinRTXamlToolkit.Controls.DataVisualization.Properties.Resources&amp;#34; in package &amp;#34;d40679de-34c2-4188-8627-613e8e3549f6&amp;#34;.&lt;br /&gt;&lt;br /&gt;PieSeries is fine however&lt;br /&gt;Comments: Hi, in my case, debugging, i notice that the exception occur when no custom Title is specified to the LineSeries chart &amp;#40;WinRTXamlToolkit.Controls.DataVisualization.Charting.LineSeries&amp;#41;. The exceptions occur in Resources.Designer.cs, line 277 of WinRTXamlToolkit.Controls.DataVisualization project. If custom Title is set, the exception disappear.&amp;#10;&amp;#10;Hope this help&amp;#33;</description><author>rpgkaiser</author><pubDate>Thu, 31 Jan 2013 21:05:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: LineSeries MissingManifestResourceException [770] 20130131090517P</guid></item><item><title>Closed Issue: Access denied after trying to deserialize a serialized DataContract. [777]</title><link>http://winrtxamltoolkit.codeplex.com/workitem/777</link><description>Please disregard this. I found the problem&amp;#58; I wasn&amp;#39;t awaiting the calls.&lt;br /&gt;My apologies.&lt;br /&gt;Comments: Not an issue</description><author>xyzzer</author><pubDate>Mon, 28 Jan 2013 16:19:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: Access denied after trying to deserialize a serialized DataContract. [777] 20130128041926P</guid></item></channel></rss>