Articles in this section
Category / Section

How to disable mouse scroll interaction in DateTimeEdit in Silverlight Double TextBox ?

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied