Big/Small Tic marks on CSliderCtrl
-
Hi everyone, A quick question-- Does anyone know if it is possible to have big and small tic marks on a CSliderCtrl? I have a slider that has the range -100 to 100, and I would like to have small tic marks every 10, while having a big tic mark at 0, which marks the middle of the slider. I am using
m_PCWF_slider.SetTicFreq(10); m_PCWF_slider.SetPageSize(5);
Thanks for the help! -
Hi everyone, A quick question-- Does anyone know if it is possible to have big and small tic marks on a CSliderCtrl? I have a slider that has the range -100 to 100, and I would like to have small tic marks every 10, while having a big tic mark at 0, which marks the middle of the slider. I am using
m_PCWF_slider.SetTicFreq(10); m_PCWF_slider.SetPageSize(5);
Thanks for the help!Check this: http://www.codeproject.com/miscctrl/transparentslider.asp Mazy Don't Marry a Person You Can Live With... Marry Someone You Can Not Live Without
-
Check this: http://www.codeproject.com/miscctrl/transparentslider.asp Mazy Don't Marry a Person You Can Live With... Marry Someone You Can Not Live Without
Yes, I read Nic Wilson's article already. Unfortuantely it does not help me though. I am looking for sliders with big and small tic marks.