Efe Zaladin
Efe Zaladin

Reputation: 195

Xamarin - How to actually customize a slider's thickness?

As in the title I'm having trouble customizing a Xamarin Slider's thickness. The problem is there isn't even such property!

A few days ago I had the same problem with a frame but I managed to find a third party code that does the job but with this current problem all I could find is barely sufficient (literally half-assed) workarounds.

So does anyone know a proper way to solve this problem?

By proper I mean:

What I'm trying to do

I'm trying to accomplish what's in the picture.

All help's appreciated.

Upvotes: 0

Views: 172

Answers (1)

Derrick Fox
Derrick Fox

Reputation: 13

You can change the ThumbImage property of the slider to add the circular image but I don't know about the thickness.

Upvotes: 1

Related Questions