Example of resize in ASP.NET MVC TextArea Control
This example demonstrates the resize functionalities of the textarea control. Choose the corresponding resizeMode option from the property panel to update the resize behavior in the textarea.
DEMO
SOURCE
Resize Mode |
The textarea can be resized vertically, horizontally, or in both directions by selecting the following corresponding options:
- Choose resizeMode options such as 'Both', 'Vertical', 'Horizontal', or 'None' to control the resize behavior of the textarea.