Configure Layout and Functionality
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Exam 70-526 Preparation Guide: Configure the layout and functionality of a Windows Form to display a list of items |
Two controls in modern applications that are used to display lists of information are the ListView and TreeView controls. These controls can be seen in the explorer application that ships with windows. The image below shows a simple version of a file explorer built using an MSDN example - Walkthrough: Creating an Explorer Style Interface with the ListView and TreeView Controls Using the Designer
Additionally, two controls are provided to display a list of numbers or strings, namely the NumericUpDown and DomainUpDown controls.
|
© 2007-2008 Mike Kitchen


