0
votes

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?

1

1 Answers

0
votes

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).