Working with version 2014.1.224.45. mvvm pattern.
I have a grid inside a tileview. The grid has its own vert/horiz scrollbars. with respect to the horizontal scrollbar, there are more columns than what the screen can show so the horiz scroll kicks in.
Now as the user enters data and tabs through the cells, eventually they land in a cell that is off the visible part of the grid (e.g. the right hand side of the columns). is there anyway to force the grid's scroll bar to scroll to the right so that the cell being edited (tabbed into) will be visible?
we tried a couple of things (my developer did) and no luck. Perhaps we missed the mark on this one?
Any ideas?
I have a grid inside a tileview. The grid has its own vert/horiz scrollbars. with respect to the horizontal scrollbar, there are more columns than what the screen can show so the horiz scroll kicks in.
Now as the user enters data and tabs through the cells, eventually they land in a cell that is off the visible part of the grid (e.g. the right hand side of the columns). is there anyway to force the grid's scroll bar to scroll to the right so that the cell being edited (tabbed into) will be visible?
we tried a couple of things (my developer did) and no luck. Perhaps we missed the mark on this one?
Any ideas?