Listview navigation behaviour in an xbap versus a standalone app
        Posted  
        
            by J W
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by J W
        
        
        
        Published on 2009-03-20T14:25:38Z
        Indexed on 
            2010/04/02
            12:03 UTC
        
        
        Read the original article
        Hit count: 684
        
Hello,
I have an wpf application which contains a listview. When the application runs as a standalone I can navigate through the list with the arrow up and the arrow down keys on the keyboard. When the application is deployed as an XBAP and runs in a browser window I can do this too but when I for example reach the top element and press the up arrow key one more time the focus jumps to the url bar in the browser.
Does anyone know if there’s an easy way to prevent this?
Thanks.
© Stack Overflow or respective owner