0

I need an grid control for wpf, and very important feature is scrolling grid content using fingers (not using scrollbar, I want to scroll like you scroll content on iPhone).

I downloaded DXperience trial, and run a Demo Center to test DXGrid. But, I can't find any example where I can scroll grid content using my touchscreen without touching scrollbar.

So, is it possible, is there any workaround or have you any suggestion?

davor
  • 939
  • 2
  • 14
  • 31

1 Answers1

0

As far as I know the DXGrid supports touch scrollig both for WPF and Silverlight since v2011 vol 2. There is no special options for WPF needed - it works out-of-the-box (for Silverlight set the AllowTouchScroll property to True to enable touch scrolling).

DmitryG
  • 17,677
  • 1
  • 30
  • 53