Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1149
Horizontally scroll
posted

Hi,
I am using an UltraGrid to show data and columns are a lot so the grid became larger than screen.

A scroll bar appeared automatically at the bottom so it is possible to slide horizontally the grid.

Because I have this set:
ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
what happen when directional key are pressed is moving through cells, but selection is on an entire row so
there are no differences between up-down and left-right: you jump current positioning between rows.

I would like to still use up-down arrow keys to move selected row, and to use left-right arrow keys to slide
horizontally the grid just like using the scroll bar
.

I tryied a little bit without success and looked through forums, but found no interesting posts or advices.

Please could you tell me how I can obtain that behaviour?

Thanks in advance.

Gianni

Parents Reply Children
No Data