Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2016-04-01 06:22:15 -0600

Nbb gravatar image

Trackbar with floating values

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