CornerRadius doesn't work with ResourceDictionary in MAUI SfDatePicker ~ Split from F198159

Hi,

I found the same problem with SfDatePicker.


<Style TargetType="SfPicker:SfDatePicker"><Setter Property="Background" Value="{AppThemeBinding Light=White, Dark=Black}" /><Setter Property="SelectionView"><SfPicker:PickerSelectionView Padding="10,5,10,5" Background="#808080" CornerRadius="8" Stroke="#36454F" /></Setter><Setter Property="Format" Value="dd_MM_yyyy" /><Setter Property="HeaderView"><SfPicker:PickerHeaderView Background="{AppThemeBinding Light=White, Dark=Black}" /></Setter><Setter Property="ColumnHeaderView"><SfPicker:DatePickerColumnHeaderView Background="{AppThemeBinding Light=White, Dark=Black}" DayHeaderText="Dia" MonthHeaderText="Mes" YearHeaderText="Ano" /></Setter></Style>

Is not working as expected.

Regards,


Diego


1 Reply

VM Vidyalakshmi Mani Syncfusion Team March 31, 2026 02:13 PM UTC

Hi Diego,


We have tested the .NET MAUI SfDatePicker using the code you shared, and on our end, the styles defined in the ResourceDictionary are applied correctly to the DatePicker.


For your reference, we have attached the sample we tested. Please review it and let us know if the issue reproduces on your side using our sample. If the issue does not occur, kindly modify the sample to replicate the problem or share your sample where the issue is observed. This will help us investigate the issue further and assist you more effectively.


Regards,

Vidyalakshmi M.



Attachment: MauiApp1_258c4c3f.zip

Loader.
Up arrow icon