Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

New Post: DropDownButton in ListView loses focus

$
0
0
Hi,

Maybe it' something to do with the GridView or the ListView. Try handling the event on a mouseDown in the content of the DropDownButton. In this case, in the ColorCanvas :
protected override void OnMouseLeftButtonDown( MouseButtonEventArgs e )
    {
      base.OnMouseLeftButtonDown( e );
      e.Handled = true;
    }
This way, no one will handle the mouseDown when the popup of the DropDownButton is open and clicked.

Viewing all articles
Browse latest Browse all 2157

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>