carousel navigation items

Please, may I put the navigation items on top(instead of bottom) of the view?
Also, I want the quantity of circlesto represents the quantity of views inside the carousel. Instead the navigation bar jumps from 0 to 2 items. Idealy should be zero view / no clircle, one view/one circle, and so on. Otherwise it may confuse the user. Thanks.

Hello @OsmarMartinelli ,

Please, may I put the navigation items on top(instead of bottom) of the view?

You can define a custom type property, and based on it provide your own CSS rules to modify the position for the items.
Please take a look at the following example:
https://snippet.webix.com/588axed2

Also, I want the quantity of circlesto represents the quantity of views inside the carousel. Instead the navigation bar jumps from 0 to 2 items. Idealy should be zero view / no clircle, one view/one circle, and so on. Otherwise it may confuse the user. Thanks.

As a solution, you can customize ui.carousel
An example can look like: Code Snippet