Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,


if i want to give ellipsis in MULTILINE textbox, then how can i do this?
Is it possible to show ellipsis (..) in MULTILINE textbox?
Posted
Updated 20-Feb-13 22:36pm
v2

1 solution

You can show an ellipsis in a textbox.

textBox1.text = "..."

However, if you want to click on it and show detailed text, have a command button with the ... caption right next to the textbox.
Users can click on the button for detailed views.
 
Share this answer
 
Comments
amit_83 21-Feb-13 4:41am    
Can u show me an example?
i am applying elipsis into the multiline textbox.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900