ComponentOne List for WinForms
In This Topic
    Keyboard Navigation
    In This Topic
    By default, the user can navigate the list with the arrow keys, the Tab key, and the PgUp and PgDn keys. The following tables describes the behavior of the navigation keys.
    Key Description
    UP/DOWN ARROWS These keys move the current cell to adjacent rows.
    Tab The Tab key moves focus to the next control on the form, as determined by the tab order.
    PgUp, PgDn These keys scroll the list up or down an entire page at a time. Unlike the vertical scroll bar, the PgUp and PgDn keys change the current row by the number of visible rows in the list's display. When paging up, the current row becomes the first row in the display area. When paging down, the current row becomes the last row in the display area. The current column does not change.