bool OnRight() { IScrollViewerFocusSupport svfs = FindScrollControl() as IScrollViewerFocusSupport; return(svfs != null && svfs.FocusRight()); }
public bool FocusRight() { IScrollViewerFocusSupport svfs = _itemsHostPanel as IScrollViewerFocusSupport; return(svfs != null && svfs.FocusRight()); }