Closed stephanosio closed 6 years ago
In AccordionItemView, RotateImages property is not bindable.
It would be nice to have the property bindable so that it can be used in styles.
<Style x:Key="AccordionItem" TargetType="accordion:AccordionItemView"> ... <Setter Property="RotateImages" Value="True" /> ... </Style>
Hi @stephanosio, I'll do it as soon as I can.
Version 1.1.6 is on its way :sunglasses:
In AccordionItemView, RotateImages property is not bindable.
It would be nice to have the property bindable so that it can be used in styles.