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