textBox alignment

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi all,

when trying to get my text values aligned on the center,
the CF does not let me (the property is not exposed). I am only
able to align the text on left. Is this a bug, or an undocumented feature.

Thanks,

Carlos.
 
Is this a bug, or an undocumented feature.

It's better to say it's "a not implemented functionality" :)
 
Hello Carlos,

Text alignment of a TextBox control cannot be changed if the Multiline
property is set false. In order to be able to change alignment of the text,
you must to set the Multiline property of the TextBox to true. This is not
a restriction of the .NET Compact Framework - this is just how the native
TextBox control behaves on Windows CE.

Thank you,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| From: "Carlos" <[email protected]>
| Subject: textBox alignment
| Date: Mon, 1 Mar 2004 14:54:22 -0500
| Lines: 11
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 216.242.6.185
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:47343
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi all,
|
| when trying to get my text values aligned on the center,
| the CF does not let me (the property is not exposed). I am only
| able to align the text on left. Is this a bug, or an undocumented feature.
|
| Thanks,
|
| Carlos.
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top