summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
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.UAP
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.UAP')
-rw-r--r--Xamarin.Forms.Platform.UAP/Resources.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.UAP/Resources.xaml b/Xamarin.Forms.Platform.UAP/Resources.xaml
index e26eb392..bca87974 100644
--- a/Xamarin.Forms.Platform.UAP/Resources.xaml
+++ b/Xamarin.Forms.Platform.UAP/Resources.xaml
@@ -175,7 +175,7 @@
</Style>
<DataTemplate x:Key="CellTemplate">
- <uwp:CellControl HorizontalContentAlignment="Stretch" />
+ <uwp:CellControl HorizontalContentAlignment="Stretch" Height="{Binding Cell.RenderHeight,RelativeSource={RelativeSource Mode=Self},Converter={StaticResource HeightConverter}}" />
</DataTemplate>
<DataTemplate x:Key="TableRoot">