- Home
- Forum
- Xamarin.Forms
- Radial Menu Always Open
Radial Menu Always Open
5 Replies
SK
Selva Kumar Veerakrishnan
Syncfusion Team
December 6, 2017 12:05 PM UTC
Hi Mark,
Thank you for contacting Syncfusion Support.
We can make the SfRadialMenu to be open by using the below given code inside the Closing event.
void Radial_Menu_Closing(object sender, ClosingEventArgs e)
{
e.Cancel = true;
}
We have prepared a sample for your reference, please download it from the link given below.
Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/RadialMenu_GettingStarted_2_5-1775913972.zip
If the sample does not meet your requirement, please update more detail about this query.
Regards,
Selva Kumar V.
Thank you for contacting Syncfusion Support.
We can make the SfRadialMenu to be open by using the below given code inside the Closing event.
void Radial_Menu_Closing(object sender, ClosingEventArgs e)
{
e.Cancel = true;
}
We have prepared a sample for your reference, please download it from the link given below.
Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/RadialMenu_GettingStarted_2_5-1775913972.zip
If the sample does not meet your requirement, please update more detail about this query.
Regards,
Selva Kumar V.
MI
Mark Irvine
December 7, 2017 10:21 AM UTC
Hi
Many thanks for the sample - it answered my question.
Mark
SK
Selva Kumar Veerakrishnan
Syncfusion Team
December 8, 2017 04:11 AM UTC
Hi Mark,
Thanks for your response.
Please let us know if you need any further assistance on this.
Regards,
Selva Kumar V.
Thanks for your response.
Please let us know if you need any further assistance on this.
Regards,
Selva Kumar V.
SH
Shreyans
August 22, 2018 01:26 PM UTC
Hello,
Can we open the radial menu by default.
As of now, when the page is appearing, radial menu is in closed state.
Can we open the radial menu by default, as the onappearing() method is called ?
MS
Mugundhan Saravanan
Syncfusion Team
August 23, 2018 10:41 AM UTC
Hi Shreyans,
Thanks for contacting Syncfusion Support.
To achieve your requirement we have prepared a sample. In the sample, in OnAppearing method we have set the IsOpen boolean property to true which makes the radial menu to open by default. Please find the sample from the below link:
Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/radialmenu-16794748
Please check our sample and let us know if you have any concerns.
Regards,
Mugundhan S.
Thanks for contacting Syncfusion Support.
To achieve your requirement we have prepared a sample. In the sample, in OnAppearing method we have set the IsOpen boolean property to true which makes the radial menu to open by default. Please find the sample from the below link:
Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/radialmenu-16794748
Please check our sample and let us know if you have any concerns.
Regards,
Mugundhan S.
SIGN IN To post a reply.
- 5 Replies
- 4 Participants
-
MI Mark Irvine
- Dec 5, 2017 08:20 AM UTC
- Aug 23, 2018 10:41 AM UTC