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"...