DottorPagliaccius / Xamarin-Custom-Controls

in progress
MIT License
96 stars 34 forks source link

AccordionItemView RotateImages property is not bindable #28

Closed stephanosio closed 6 years ago

stephanosio commented 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>
DottorPagliaccius commented 6 years ago

Hi @stephanosio, I'll do it as soon as I can.

DottorPagliaccius commented 6 years ago

Version 1.1.6 is on its way :sunglasses: