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

New Post: CheckListBox - How to uncheck all checked items

$
0
0
Hi,

Try clearing the SelectedItems collection :
 private void Button_Click( object sender, RoutedEventArgs e )
    {
      TaskStatusFilter_CheckListBox.SelectedItems.Clear();
    }

Viewing all articles
Browse latest Browse all 2157

Trending Articles



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