Declined
Last Updated: 14 Dec 2023 14:40 by ADMIN
ADMIN
Cody
Created on: 08 Jul 2013 21:26
Type: Feature Request
4
Add ability to scroll VirtualizingPanel horizontally via non-coded step
The ScrollToVisible only supports vertical scrolling. Sometimes you need to scroll horizontally as well.

The coded work-around looks similar to:
VirtualizingPanel.InvokeMethod("SetHorizontalOffset", horizontalOffset);
1 comment
Chery
Posted on: 27 Nov 2013 04:30
Is there a feature in Test Studio to do relative scrolling, like for instance horizontal scroll  to a specific column in RadGridView. I think it will be very useful than blind absolute scrolling using pixels. In the application which I am trying to automate with Test Studio, there are grids inside rows of a Main grid (Grids within Grids) and to see that child grid cell values, scrolling can be done only from the main Grid. Its so painful and meaning less to do scrolling with pixel number than able to do a relative scrolling to some UI element in the screen. Can we also include a feature for this part of this feature request.