summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
diff options
context:
space:
mode:
authorSamantha Houts <samantha.houts@xamarin.com>2016-03-23 15:31:38 -0700
committerSamantha Houts <samantha.houts@xamarin.com>2016-03-23 15:32:21 -0700
commitd5c3359070317e57a2cb8e98608d0286071e389d (patch)
treea363f563a452b7980587d798f1786cd6837f5fcf /Xamarin.Forms.Platform.WinRT
parent2cb7e5363daba65ff73ee5edea4ce311af24269c (diff)
downloadxamarin-forms-d5c3359070317e57a2cb8e98608d0286071e389d.tar.gz
xamarin-forms-d5c3359070317e57a2cb8e98608d0286071e389d.tar.bz2
xamarin-forms-d5c3359070317e57a2cb8e98608d0286071e389d.zip
[W] ListView Cells will respect RowHeight
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT')
-rw-r--r--Xamarin.Forms.Platform.WinRT/Resources.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/Resources.xaml b/Xamarin.Forms.Platform.WinRT/Resources.xaml
index fe135a89..c1edeeaf 100644
--- a/Xamarin.Forms.Platform.WinRT/Resources.xaml
+++ b/Xamarin.Forms.Platform.WinRT/Resources.xaml
@@ -44,7 +44,7 @@
</DataTemplate>
<DataTemplate x:Key="CellTemplate">
- <forms:CellControl HorizontalContentAlignment="Stretch" />
+ <forms:CellControl HorizontalContentAlignment="Stretch" Height="{Binding Cell.RenderHeight,RelativeSource={RelativeSource Mode=Self},Converter={StaticResource HeightConverter}}" />
</DataTemplate>
<DataTemplate x:Key="TableRoot">