Navigates to the first item in the listbox.
()
| 207 | |
| 208 | /** Navigates to the first item in the listbox. */ |
| 209 | gotoFirst() { |
| 210 | this._pattern.listBehavior.first(); |
| 211 | } |
| 212 | |
| 213 | /** Navigates to an item at a specific index in the listbox. */ |
| 214 | gotoIndex(index: number) { |