Hate to ask this but when I use Infragistics controls (evil competitor), they have the concept of showing an Overflow Indicator in the edit control when the text in the control will be cut off (too much text to show all of it). This is very useful for end users as they can hover over the indicator and get a tooltip of all of the text.
How can I, using the TextBox control:
Show an Overflow Indicator such that the user can see all their text in a tooltip?
OR
Have the text clip at word/characters with a "..." at the end of the control such that the user can then see all their text in a tooltip?
OR
Determine if the text has been clipped? If it is clipped then I can set the tooltip myself to the text.
By the way, I like the Telerik controls in that they "feel" better thus I'm in your forums ;)
How can I, using the TextBox control:
Show an Overflow Indicator such that the user can see all their text in a tooltip?
OR
Have the text clip at word/characters with a "..." at the end of the control such that the user can then see all their text in a tooltip?
OR
Determine if the text has been clipped? If it is clipped then I can set the tooltip myself to the text.
By the way, I like the Telerik controls in that they "feel" better thus I'm in your forums ;)