Samsung / Tizen.CircularUI

Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
Other
80 stars 32 forks source link

[CircleListView] Change highlighting effect #327

Closed Machinero closed 4 years ago

Machinero commented 4 years ago

Is there possible way to change highlight effect in the CircleListView like in the following image?

my_image

rookiejava commented 4 years ago

Hi @Machinero 👋, thank you for reaching out.

The effect of the image you attached is exactly the same as the current behavior of the ListView (CircleListView as well) on the Galaxy Watch. Could you tell me more about what you want?

Machinero commented 4 years ago

Thank you for response @rookiejava .

I have created the CircleListView at Emulator 5.5 and the effect is a bit different than effect that i pointed in the last comment. image

My goal is to achieve effect like in the following image. Is it possible? image

Could you also answer for the following questions?

  1. Why CircleListView cut a perimeter of the top and bottom elements on the screen at emulator? This effect doesn't occur on Emulator 4.0.
  2. Is it possible to disable scroll bar in CircleListView?
rookiejava commented 4 years ago

Since the UX policy of each platform version (4.0, 5.0, 5.5 ...) is different, it may look different for each version. I think it will look like what you would expect when the latest version of the emulator image is published. (I can't decide the detailed schedule, but I expect it to be published soon.)

Is it possible to disable scroll bar in CircleListView?

If you use the latest version(1.5.0) of the Circular UI, you can control with ListView.VerticalScrollBarVisibility (or istView.HorizontalScrollBarVisibility).