Hello, I have a question: Is there a simple way to adjust the minimum height of the SfAccordionItem header? The following method doesn't seem to work:
Theme: Office2019 Black
AccordionItem header height customization
You can customize the height of the SfAccordionItem header by setting the HeaderTemplate property of SfAccordion.
XAML Example:
Is there a way to achieve this without having to create a style or an extra template?
Best regards!