public override void OnFocus()
 {
     // Switch focus to the scrollable container.
     _scrollableContainer.Focus();
 }