3 Answers, 1 is accepted
0
Hi Nitzan,
You could create the RadialMenu in code-behind without a problem as shown here. However, I'd ask you to explain the required approach in more details - do you need to use it as a ContextMenu ( attached to a Target element and shown on a concrete action)?
Looking forward to your reply.
Regards,
Yana
Telerik
You could create the RadialMenu in code-behind without a problem as shown here. However, I'd ask you to explain the required approach in more details - do you need to use it as a ContextMenu ( attached to a Target element and shown on a concrete action)?
Looking forward to your reply.
Regards,
Yana
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Nitzan
Top achievements
Rank 1
answered on 05 Nov 2014, 03:46 PM
Hi Yana
we need to do few things.
1 radial menu as submenu in form ( we are changing the default "close" button with our one and when this button is pressed we wan to show the radial)
2 alway shown radial menu on the screen with our background pictures as shown in my post
the problem is that we can not use wpf / win8 UI !!! only winforms application.
and we need touch screen support as well .
i will appreciate your help
Best regards
Mitzan Levy
ISRTransit CTO
we need to do few things.
1 radial menu as submenu in form ( we are changing the default "close" button with our one and when this button is pressed we wan to show the radial)
2 alway shown radial menu on the screen with our background pictures as shown in my post
the problem is that we can not use wpf / win8 UI !!! only winforms application.
and we need touch screen support as well .
i will appreciate your help
Best regards
Mitzan Levy
ISRTransit CTO
0
Hello Mitzan,
Since you have a WinForms application, the only way to use RadRadialMenu for WPF inside it is through the ElementHost control ( you can check here for more details). You can, for example, change the Visibility of this ElementHost when the button is clicked.
As to the second question - could you please explain the requirement in more details?
Regards,
Yana
Telerik
Since you have a WinForms application, the only way to use RadRadialMenu for WPF inside it is through the ElementHost control ( you can check here for more details). You can, for example, change the Visibility of this ElementHost when the button is clicked.
As to the second question - could you please explain the requirement in more details?
Regards,
Yana
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.