Kendo.Mvc.UI.TextAreaOverflow
Defines how the content overflow should be handled
Fields
Auto
If overflow is clipped, a scroll-bar should be added to see the rest of the content.
Hidden
The overflow is clipped, and the rest of the content will be invisible.
Visible
The overflow is not clipped. It renders outside the textarea's box.
Scroll
The overflow is clipped, but a scroll-bar is added to see the rest of the content.
Clip
The overflow is clipped, but a scroll-bar is not added to see the rest of the content.