I'm trying out my WPF app on the tablet I received at the last MS Build conference with the Windows 8 Consumer Preview.
The one big usability enhancement I noticed that works very well in all the windows controls / applications is the finger can be used to scroll the contents up and down (like windows explorer, anything with a scroll-able list).
I noticed my Telerik controls do not do this -- they always fire selection events and don't scroll up and down.
Is there any particular events I should be or should not be capturing for the GridView to act as expected?
Thanks -- Chad
p.s. you can see the same behavior here: http://demos.telerik.com/silverlight/#GridView/UIVirtualization
The one big usability enhancement I noticed that works very well in all the windows controls / applications is the finger can be used to scroll the contents up and down (like windows explorer, anything with a scroll-able list).
I noticed my Telerik controls do not do this -- they always fire selection events and don't scroll up and down.
Is there any particular events I should be or should not be capturing for the GridView to act as expected?
Thanks -- Chad
p.s. you can see the same behavior here: http://demos.telerik.com/silverlight/#GridView/UIVirtualization