Example #1
0
        bool OnHome()
        {
            IScrollViewerFocusSupport svfs = FindScrollControl() as IScrollViewerFocusSupport;

            return(svfs != null && svfs.FocusHome());
        }
Example #2
0
        public bool FocusHome()
        {
            IScrollViewerFocusSupport svfs = _itemsHostPanel as IScrollViewerFocusSupport;

            return(svfs != null && svfs.FocusHome());
        }