Textbox AutoSize in CF 2.0

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top