| 9 | { |
| 10 | |
| 11 | int ScrollListPage::DefaultFocusIdc() const |
| 12 | { |
| 13 | // First slot's value cell is the natural starting focus on a |
| 14 | // scroll list — same as the old OptionsScrollList::FocusInitial. |
| 15 | // Subclasses can override if their first row is a header. |
| 16 | return 501; |
| 17 | } |
| 18 | |
| 19 | void ScrollListPage::Mount(OptionsShell& shell) |
| 20 | { |