Dialog still resizeable?

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

I must be missing something simple here...

I have a dialog which I invoke with ShowDialog. This dialog has
FormBorderStyle set to FixedDialog. Why is the dialog still resizeable?

The only thing I can do to stop this is to set MinimumSize and
MaximumSize to fixed values. But I shouldn't have to do this, right?
 
Am 08.08.2011 03:23, schrieb Dennis:
I must be missing something simple here...

I have a dialog which I invoke with ShowDialog. This dialog has
FormBorderStyle set to FixedDialog. Why is the dialog still resizeable?

The only thing I can do to stop this is to set MinimumSize and
MaximumSize to fixed values. But I shouldn't have to do this, right?

Right, you shouldn't have to. I can't repro this behavior in a new
project - can you?
 
I must be missing something simple here...

I have a dialog which I invoke with ShowDialog. This dialog has
FormBorderStyle set to FixedDialog. Why is the dialog still resizeable?

The only thing I can do to stop this is to set MinimumSize and
MaximumSize to fixed values. But I shouldn't have to do this, right?

Never mind. Pilot error...
 
Back
Top