Textbox AutoSize in CF 2.0

  • Thread starter Thread starter Sinbad
  • Start date Start date
S

Sinbad

Howdy Group -

The TextBox class in CF 2.0 is lacking an AutoSize property.
This is no big deal, as CF 1.0 didn't support it either.

HOWEVER, it seems like the behavior of the TextBox in CF 2.0 mimics
AutoSize = true.
My TextBoxes are automatically resizing when my font changes.
Essentially I have lost all control over TextBox.Height, and this is
not good.

The only workaround I've come across is to set TextBox.MultiLine =
true.

Has anyone else seen this behavior?

Any other work-arounds?

Hopefully this is a known issue and will be resolved in the eagerly
awaited service pack...

Thanks for any and all input.

-Sinbad
 
Back
Top