3,974 questions
Try something like this:
m_sliderCtrl.SetLineSize(5);
m_sliderCtrl.SetPageSize(20);
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
How can I calculate the slider control's jump magnitude.
suppose my setting m_sliderCtrl.SetRange(0, 100, TRUE);
Can I set each jump to 5?
Try something like this:
m_sliderCtrl.SetLineSize(5);
m_sliderCtrl.SetPageSize(20);