VB.NET Compact Framework Textbox AutoSize

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SteveL
    New Member
    • Jul 2008
    • 1

    VB.NET Compact Framework Textbox AutoSize

    Hi,

    I'm trying to change the default height of Textboxes in a form of my Mobile Application, without resorting to making them MultiLine, which turns off the Passwordchar substitution). Research on the net has led me to believe that Textbox inherits AutoSize but it is not shown in the properties window nor in intellisense. However, it has been said in various posts that typing in the code eg. "MyTextBox.Auto Size = False" will build OK. I've tried it but it generates an error and won't build. Does anyone have a workaround to this in CF?

    Cheers
    Steve
Working...