0

i have litte problem here.

I just made a UserControl for Undo/Redo like in Visual Studio. I wanted to add it to my MenuStrip by an ToolStripControlHost.

The problem is, that the control is too small. It´s width is just about 100, but should be 200. How can i size it? Size property doesn´t change anything. AutoSize has lots of issues because of changing controls, Dock doesn´t change anything ... I don´t know what i could do :-/

Thanks a lot :)

melya
  • 578
  • 5
  • 24
SharpShade
  • 1,761
  • 2
  • 32
  • 45

1 Answers1

2

Have you tried to set the MinimumSize of your UserControl?

Volkmar Rigo
  • 1,158
  • 18
  • 32
  • I don´t know exactly... the project was cancelled shortly after my post :-/ But i think i tried it. and it didn´t work.. – SharpShade Jan 07 '12 at 13:50