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

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

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