Trackbar on ToolStrip looks funny

  • Thread starter Thread starter Martijn Mulder
  • Start date Start date
M

Martijn Mulder

Hello,

I created a System.Windows.Forms.ToolStrip with some buttons on it. The
buttons blend in with the appearance of the ToolStrip. But when I add a
System.Windows.Forms.Trackbar-control to the ToolStrip, it stands out gray
and flat. How can I change this behavior?

Also, how do I set the ToolTip of the Trackbar?

Thank you
 
Martijn said:
Hello,

I created a System.Windows.Forms.ToolStrip with some buttons on it. The
buttons blend in with the appearance of the ToolStrip. But when I add a
System.Windows.Forms.Trackbar-control to the ToolStrip, it stands out gray
and flat. How can I change this behavior?

Also, how do I set the ToolTip of the Trackbar?

Thank you

I'll answer the easy question, the second one. Did you add a ToolTip
control to your form? That should give you a "Tooltip on ToolTip1"
property on your controls.

To your first question, how did you add a trackbar to a toolstrip? I
cannot see how to do that.
 
Back
Top