Skip to content

San94/wpf-checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

wpf-checkbox

Simple collapsable/expandable checkbox using MVVM pattern

wpf

Functionality

  • Checking a parent item should check all child items, unchecking a parent should uncheck all children. An indeterminate check state should be supported for only parent items.
  • “Collapse” should collapse the tree to display only the root test items, “Expand” should expand all test items.
  • “Back” should only be enabled if any checkbox is checked, and reset all check boxes.
  • “Start” should only be enabled if any checkbox is checked, and show a popup with the display names for all checked tests

About

Simple collapsible/expandable checkbox using MVVM pattern

Topics

Resources

Stars

Watchers

Forks

Languages