Hello
I have used the following code:
<Image Grid.Row="1" Source="{ext:ImageResource jcar.Resources.Images.Guide.bg_02_3.png}" Aspect="Fill" />
<ctr:DateTimePicker Grid.Row="1" SelectedItemFontSize="28" UnSelectedItemFontSize="28"
BackgroundColor="Transparent" SelectionBackgroundColor="Transparent"
SelectedItemTextColor="{StaticResource PrimaryLight}" UnSelectedItemTextColor="{StaticResource TextLightGray}"
HorizontalOptions="CenterAndExpand" ColumnHeaderText="40" PickerHeight="400" PickerWidth="300"
SelectedItem="{Binding StartDate}" VerticalOptions="Center" />
and what I got is like this (screenshot):
I used sample CustomDateTimePicker code from this site.
How can I set the background color of iOS SfPicker to transparent? or is this bug?
Thank you for your help.