Gestures in WPF Domain UpDown

18 Nov 20181 minute to read

The WPF Domain UpDown control supports the following input gestures for moving between items. All gestures are enabled by default.

Mouse Wheel

The current item moves up or down when the mouse wheel is scrolled.

Keyboard

  • Up Arrow / Down Arrow: Move to the previous or next item.
  • Page Up / Page Down: Move to the first or last item.
  • Home / End: Jump to the first or last item.
<syncfusion:SfDomainUpDown x:Name="domainUpDown" Width="200" ItemsSource="{Binding Employees}" />