Languages

Menu
Sites
Language
Tizen wearable Xamarin form

I tried adding <ScrollView> and it works but scrolling using bezel is not working, is this because of xamarin form is universal so that not connected to bezel ? So its better using the regular .net and not xamarin form wearable ?

Responses

1 Replies
Juwon(Julia) Ahn

ScrollView works according to the specification of Xamarin.Forms.

If you want to scroll through content using bezel in your Tizen .NET apps for Samsung Wearables,

you can use CircleScrollView.(I recommend you use Tizen.CircularUI for Samsung Wearables.)

You get more information about Tizen.CircularUI from here.

How to use Tizen.CircularUI