Hello,
Does anyone know if it is possible to implement a trackbar with floating values with single decimal place ? The only way I managed to achieve it is to divide the value by 10. But how do I display this result on the trackbar itself ? for e.g. to show me 1.2 instead of 12
Thanks