Rotary Selector

Hi there,
I’m using .NET APIs to develop a wearable application. I’d like to use the “Rotary Selector” interface (https://developer.tizen.org/dev-guide/2.3.1/org.tizen.guides/html/native/ui/component_circ_rotary_wn.htm) but I found only guides to develop the “More Option” interface (https://developer.tizen.org/dev-guide/2.3.1/org.tizen.guides/html/native/ui/component_circ_option_wn.htm). Is there any way to do it using .NET APIs?
Thanks,
Davide

You might check out this Sample application for reference and use the existing UI offerings:

Have a look at https://github.com/Samsung/Tizen.CircularUI/

Maybe this helps too:

There isn’t the Rotary Selector, only the More Option UI.

:frowning:

Maybe I have to use the Elm sharp library

You can follow more on https://github.com/Samsung/tizen-docs/blob/master/docs/application/native/guides/ui/efl/wearable/component-circle-rotary.md
Thanks
Ankur