New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Mouse Wheel Support

Users can interact with the RadInput controls using the mouse wheel. The following table lists the response of the various RadInput controls when the user scrolls the mouse wheel:

 

RadInput Control Result of using the Mouse Wheel

| RadMaskedTextBox |If the TextMode is MultiLine and the Text is longer than can be displayed by the number of rows that the Rows property dictates, scrolling the mouse wheel causes the text in the control to scroll. If the Mask property includes an enumeration mask and the cursor is positioned at the start of an enumeration mask part, the scrolling the mouse wheel scrolls through the enumerated values.|

See Also

In this article