The first question I have is: How would this work?

The goal of the Label is to display an ellipsis when the text is too 
long for the width.

The goal of the Text control is to wrap the text to a new line when 
the text is too long for the width.

How is this control going to decide when to display the ellipsis? 
When it exceeds height? A fixed number of characters?

The answer to this question would help me, personally, decide how to 
proceed.

Mike
http://blogs.digitalprimates.net/codeSlinger/


--- In [email protected], "Douglas Knudsen" 
<[EMAIL PROTECTED]> wrote:
>
> I have a friend trying to answer this
> "I would like to add the Label-style "..." behavior to *multi-
line* Text and
> TextArea controls."
> 
> I'm thinking that extending UITextField and over riding 
TruncateToFit()
> would be the way to go.  Thoughts?
> 
> -- 
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?
>


Reply via email to