Articles in this section

How to disable mouse scroll interaction in DateTimeEdit in Silverlight PercentTextBox?

In DateTimeEdit, you can disable the mouse scroll interaction by setting IsScrollingOnCircle property to False.

XAML

<syncfusion:DateTimeEdit x:Name="datetime" IsScrollingOnCircle="False"/>

C#

datetime.IsScrollingOnCircle = false;


Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied