Vertical location of Text in TextBox

Started by Kerry Brown · 2009-09-24 06:04 UTC · 2 replies · SMF topic #938


Sorry if this has been raised previously ..

Is there a way to control the Vertical location of Text in a TextBox.
Currently text hugs the top of the control

.... just wondering ??


Regards
Kerry
See {2} for a discussion about this for labels. Text Box controls are the original Windows EDIT control from Windows 3.0; the only way to get vertical justification would be to create a custom control.

Thanks Owen.

... perhaps when the .NET controls are used :)