Data Binding Custom Center Button View

I have the xaml below data binding on the image inside the center button does not work. If I put the image outside the radial menu I get the expected image. I am using VS for Mac Pro 7.4 build 1033.

            <sf:SfRadialMenu x:Name="radialMenu" CenterButtonRadius="100"
                             Closing="Handle_Closing" EnableRotation="false"
                             IsDragEnabled="false" IsOpen="true"
                             RimColor="Transparent" RimRadius="150"  >
                <sf:SfRadialMenu.CenterButtonView>
                    <Image Source="{Binding ProfileImageSource}" />
                </sf:SfRadialMenu.CenterButtonView>
                <sf:SfRadialMenu.Items>
                    <sf:SfRadialMenuItem FontSize="24" Text="+" />
                    <sf:SfRadialMenuItem FontSize="24" Text="+" />
                    <sf:SfRadialMenuItem FontSize="24" Text="+" />
                    <sf:SfRadialMenuItem FontSize="24" Text="+" />
                    <sf:SfRadialMenuItem FontSize="24" Text="+" />
                    <sf:SfRadialMenuItem FontSize="24" Text="+" />
                    <sf:SfRadialMenuItem FontSize="24" Text="+" />
                    <sf:SfRadialMenuItem FontSize="24" Text="+" />
                </sf:SfRadialMenu.Items>
            </sf:SfRadialMenu>
  

1 Reply

RB Rabhia Beham Kathar Mideenar Syncfusion Team March 14, 2018 02:54 PM UTC

Hi Rabi,

Thanks for contacting Syncfusion Support.
We have checked the reported issue "Data Binding Custom Center Button View doesn't work on iOS" and we could reproudce it from our side.We have logged bug report for same and fix will be available our upcoming Volume1 SP1 release .Which be rolled out by the end of this month.

please let us know if you have any other query.

Regards
Rabhia Beham K.


Loader.
Up arrow icon