IsOpen = true not working

Hello, 

The propertie IsOpen=True is not working... if I leave False or True is the same result. Never is open by default.

Another question is if I want to have two RadialMenu and I need to control the position of the above, whats the best way ? I putted both inside of stacklayouts, but is not changing and my second RadialMenu is too much the End of the screen. I think because of the RimRadius. If you help me, i appreciate.

Thanks.

<StackLayout Padding="0">
            <StackLayout VerticalOptions="Center" HorizontalOptions="Center">
                <radialMenu:SfRadialMenu x:Name="radialMenu1" CenterButtonRadius="48" IsDragEnabled="False" EnableRotation="False" SeparatorColor="Transparent" IsOpen="True" RimColor="Transparent" RimRadius="80" CenterButtonBackgroundColor="Transparent" CenterButtonBorderColor="Transparent" CenterButtonBorderThickness="3">
                    <radialMenu:SfRadialMenu.CenterButtonView>
                        <Image x:Name="centerButtonImage1" HeightRequest="36" WidthRequest="36"  Source="btnInstagram.png" Aspect="AspectFill" />
                    </radialMenu:SfRadialMenu.CenterButtonView>
                    <radialMenu:SfRadialMenu.Items>
                        <radialMenu:SfRadialMenuItem Text="Comentar" FontSize="14" ItemHeight="50" ItemWidth="65" TextColor="Red" FontAttributes="Bold">
                        </radialMenu:SfRadialMenuItem>
                        <radialMenu:SfRadialMenuItem Text="Curtir" FontSize="14" ItemHeight="50" ItemWidth="65" TextColor="Red" FontAttributes="Bold">
                        </radialMenu:SfRadialMenuItem>
                        <radialMenu:SfRadialMenuItem Text="Ambos" FontSize="14" ItemHeight="100" ItemWidth="70" TextColor="Red" FontAttributes="Bold">
                        </radialMenu:SfRadialMenuItem>
                    </radialMenu:SfRadialMenu.Items>
                </radialMenu:SfRadialMenu>
            </StackLayout>
            <StackLayout Padding="0" VerticalOptions="Start" HorizontalOptions="Center">
                <radialMenu:SfRadialMenu x:Name="radialMenu2" CenterButtonRadius="48" IsDragEnabled="False" EnableRotation="False" SeparatorColor="Transparent" IsOpen="True" RimColor="Transparent" RimRadius="80" CenterButtonBackgroundColor="Transparent" CenterButtonBorderColor="Transparent" CenterButtonBorderThickness="3">
                    <radialMenu:SfRadialMenu.CenterButtonView>
                        <Image x:Name="centerButtonImage2" HeightRequest="36" WidthRequest="36"  Source="ic_whatsapp.png" Aspect="AspectFill" />
                    </radialMenu:SfRadialMenu.CenterButtonView>
                    <radialMenu:SfRadialMenu.Items>
                        <radialMenu:SfRadialMenuItem Text="Bom dia :)" FontSize="14" ItemHeight="50" ItemWidth="65" TextColor="Green" FontAttributes="Bold">
                        </radialMenu:SfRadialMenuItem>
                        <radialMenu:SfRadialMenuItem Text="Oláaa..." FontSize="14" ItemHeight="50" ItemWidth="65" TextColor="Green" FontAttributes="Bold">
                        </radialMenu:SfRadialMenuItem>
                        <radialMenu:SfRadialMenuItem Text="Escrever" FontSize="14" ItemHeight="100" ItemWidth="70" TextColor="Green" FontAttributes="Bold">
                        </radialMenu:SfRadialMenuItem>
                    </radialMenu:SfRadialMenu.Items>
                </radialMenu:SfRadialMenu>
            </StackLayout>
        </StackLayout>

7 Replies

SK Selva Kumar  Veerakrishnan Syncfusion Team November 29, 2017 12:03 PM UTC

Hi marcelo,

Thank you for contacting Syncfusion support.

A support incident to track the status of this query has been created under your account.

Please log on to our support website to check for further updates.

Link: https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents/  

Regards,
Selva Kumar V.



MI Mark Irvine December 7, 2017 10:19 AM UTC

Hi,

Is there any update on this?  I'm experiencing the same issue.

Mark


SK Selva Kumar  Veerakrishnan Syncfusion Team December 8, 2017 11:26 AM UTC

Hi Mark Irvine,

Thank you for contacting Syncfusion support.

A support incident to track the status of this query has been created under your account.

Please log on to our support website to check for further updates.

Link: https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents/  

Regards,
Selva Kumar V.


RA Rabi March 1, 2018 10:39 PM UTC

Has this been fixed? I want the menu to be always opened.


RB Rabhia Beham Kathar Mideenar Syncfusion Team March 2, 2018 11:59 AM UTC

Hi Rabi,

Thank you for contacting Syncfusion support.

A support incident to track the status of this query has been created under your account.

Please log on to our support website to check for further updates.

Link:
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents/

Regards,
Rabhia Beham K.
 



DR drag June 24, 2018 01:32 PM UTC

Same issue here, can you provide a solution for that?


RB Rabhia Beham Kathar Mideenar Syncfusion Team June 25, 2018 07:14 AM UTC

Hi Drag,

Thanks for contacting Syncfusion Support.

We have checked the reported issue in SfRadialMenu Control. We could not able to reproduce the reported issue with the Syncfusion package (16.1451.0.37). We have prepared a sample with the SfRadialMenu Control and have checked the reported issue. Please have the sample from the below link.

Sample Link: https://www.syncfusion.com/downloads/support/forum/134785/ze/RadialMenuCustomFont_3-1720112622 

And we have also recorded a video for your reference. Please have the video from the below link.

Video Link: https://www.syncfusion.com/downloads/support/forum/134785/ze/Video-1536682198 

Please check with the sample and let us know if you have any concern.

Regards,
Rabhia Beham K. 


Loader.
Up arrow icon