Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Want to dynamically create textBox Control in which I want that whenever a user enter text and press enter, the width of textbox control automatically increases.
Posted

1 solution

Not sure what your exact requirement but at the simplest level just increase the width of the text box as the user types data into the control and presses Enter.
 
Share this answer
 

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