Trackbar Question

juggernot

Well-known member
Joined
Sep 28, 2006
Messages
173
Programming Experience
Beginner
I'm creating a word editor, and am using trakcbars to allow the user to change the left and right margins. I've got a couple questions about trackbars. For one, Is it possible to have more than one of those things per trackbar. By those things I mean the thing you drag across the trackbar. That would mean I could use one trackbar to edit both margins, which would be handy. Second question, why is it that I can't seem to change the vertical height. I would like the trackbar to be smaller, but I can't seem to change it.
 
For your second question :
juggernot said:
Second question, why is it that I can't seem to change the vertical height. I would like the trackbar to be smaller, but I can't seem to change it.

Just set your Tracbar's AutoSize Property to False That will enable you, to resize the trackbar vertically as well.
BUT Eventhough The vertical size of the Trackbar will increase the ticks will still remain the same size.

Have you perhaps looked at making a custom Trackbar ¿
 
Last edited:
Back
Top