I created a trackBar with 2 Thumbs by user control , but in the form.design if I drag the component changing the width , mess the trackbar , I wanted to take this option to drag to side , only available up and down , like the other components that already exist in Toolbox .
It was not clear to me what is "trackbar mess". Can show the before and after?
– DH.
I added the images to make it easy
– Mateus Rocha Ramos
I don’t have VS on me right now, but give it a try
Anchors
to see if it solves your problem.– DH.
You want to prevent the component from being manipulated (have its dimensions changed by resize) in development time? Why? After all, it is you who hits the component as you wish, isn’t it? In fact, I understand that the "before" is the second image, and the "after" is the first. Be careful explaining things in your question, because otherwise no one can understand and help you.
– Luiz Vieira