show/hide this revision's text 3 fixed minor grammar error

First, just so we are clear, Borland doesn't own Delphi anymore. Embarcadero now owns Delphi, and we are in safe, secure hands now.

Okay, on to your question.

The trick is to set TForm.AutoScroll to False AND develop make sure that your development machine is set to Small fonts. Leaving TForm.Scaled alone (it's default value is True).

That's how we do it internally here, and the IDE handles everything just fine.

show/hide this revision's text 2 typofix

First, just so we are clear, Borland doesn't own Delphi anymore. Embarcadero now ownd owns Delphi, and we are in safe, secure hands now.

Okay, on to your question.

The trick is to wet set TForm.AutoScroll to False AND develop make sure that your development machine is set to Small fonts. Leaving TForm.Scaled alone (it's default value is True).

That's how we do it internally here, and the IDE handles everything just fine.

show/hide this revision's text 1

First, just so we are clear, Borland doesn't own Delphi anymore. Embarcadero now ownd Delphi, and we are in safe, secure hands now.

Okay, on to your question.

The trick is to wet TForm.AutoScroll to False AND develop make sure that your development machine is set to Small fonts. Leaving TForm.Scaled alone (it's default value is True).

That's how we do it internally here, and the IDE handles everything just fine.