This application is a task manager that allows users to create tasks and assign them to people, projects, software packages, or hardware configurations. It demonstrates how to customize a ListView in WPF, including adding specific controls, sorting, using a value converter, and implementing a search engine. It also shows how to use a master-detail screen.
The application is a task manager. You can create tasks an attach it to a person, project, software package or Hardware configuration.
In the application you can see how you can customize a listview in WPF (You can also work with a data grid in the new service pack 1. The code to do this is almost the same) Layout from a Listview,
Adding Specific controls in Listview (Hyperlink), Sorting, Value Converter (date) , Adding a flexible search engine to the a grid. You can also see the implementation from a master detail screen.
Comments