When we put Material DatePicker in a Grid, it's height is not fill the height of the row. Even if we set the VerticalOptions="FillAndExpand" , it doesn't work.
Steps to Reproduce
create a new app and install the Xamarin.Forms.Visual.Material NuGet package, then initialize in each platform project.
On iOS, in AppDelegate.cs
Description
When we put Material DatePicker in a Grid, it's height is not fill the height of the row. Even if we set the
VerticalOptions="FillAndExpand"
, it doesn't work.Steps to Reproduce
create a new app and install the Xamarin.Forms.Visual.Material NuGet package, then initialize in each platform project. On iOS, in AppDelegate.cs
On Android, r in MainActivity.cs
add the following code to MainPage.xaml
BackgroundColor="Yellow"
to the DatePicker , it will like this:Expected Behavior
DatePicker’s height could fill the row height just as other control.
Actual Behavior
Basic Information
Screenshots
Reproduction Link
Workaround