[UWP] Fixed setting of properties to the carousel page. (#2547) Fixes #2127

This commit is contained in:
Pavel Yakovlev 2018-05-03 12:09:30 +03:00 коммит произвёл Rui Marinho
Родитель 97a21256b4
Коммит 80e2ea25ca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -88,7 +88,7 @@ namespace Xamarin.Forms.Platform.UWP
{
if (_tracker == null)
{
_tracker = new BackgroundTracker<FlipView>(BackgroundProperty) { Control = this };
_tracker = new BackgroundTracker<FlipView>(BackgroundProperty) { Control = this, Container = this };
}
_tracker.Element = newPage;