Started by Kerry Brown ·
2009-09-24 06:04 UTC ·
2 replies · SMF topic #938
Kerry Brown
2009-09-24 06:04 UTC
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
owenwengerd
2009-09-24 15:05 UTC
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.
Kerry Brown
2009-09-25 23:35 UTC
Thanks Owen.
... perhaps when the .NET controls are used :)