[Win] Will arrange native children of custom renderers (opt-in) (#322)
authorSamantha Houts <samantha@teamredwall.com>
Tue, 27 Sep 2016 18:12:49 +0000 (11:12 -0700)
committerJason Smith <jason.smith@xamarin.com>
Tue, 27 Sep 2016 18:12:49 +0000 (11:12 -0700)
commitee3c84f05175934a9d847a3d867e370c4b301a99
tree7a7f246dcc0c3e70ed533415da5941838e16ef4e
parent3e0ee965d710768f1c434b469f8c1c8371b7659a
[Win] Will arrange native children of custom renderers (opt-in) (#322)

* Add repro for 42602

* [Win] Add option to arrange native children

* [Win] Don't allocate arrangedChildren unless required
Xamarin.Forms.ControlGallery.Windows/CustomRenderers.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Xamarin.Forms.ControlGallery.Windows.csproj
Xamarin.Forms.ControlGallery.WindowsPhone/CustomRenderers.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Xamarin.Forms.ControlGallery.WindowsPhone.csproj
Xamarin.Forms.ControlGallery.WindowsUniversal/CustomRenderers.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla42602.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Platform.WinRT/VisualElementRenderer.cs