Scrolling. :)
Hi, i need the vertical scrolling with a RadTextBox MultiLine and with 5 rows, this have a 250 MaxLenght and the mouse wheel scrolling is not working, do you have some idea?
My code:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager" runat="server"/>
<div>
<telerik:RadTextBox runat="server" ID="textboxmemo" TextMode="MultiLine" Rows="3" MaxLength="500" Width="300px">
</telerik:RadTextBox>
</div>
</form>
</body>
</html>
thanks!