[[Property:title|Tree view]] [[Property:weight|9]] [[Property:uuid|28ca95af-120a-f99c-16ba-090dd290c23a]]
[[Image:tree-view|Hello world form]]


==Compiling== To compile the example: # Launch EiffelStudio. # Click '''Add project''' # Browse to ''$ISE_EIFFEL\examples\dotnet\winforms\control_reference\tree_view_ctl\'' # Choose ''tree_view_ctl.ecf'' # Choose the location where the project will be compiled, by default the same directory containing the configuration file. # Click '''Open'''. ==Running== After launching the application, you will see a window displayed with a similar appearance to the one above. On the left of the form you have the TREE_VIEW control, and on the right you have some controls to configure the TREE_VIEW. ==Under the Hood== The application shows how to use a TREE_VIEW and what are all its different configurations. This sample uses the following classes: * TREE_VIEW * GROUP_BOX * CHECK_BOX * COMBO_BOX * LABEL ==Notes== This sample is translated from the example located in the QuickStart\winforms\samples\ControlReference\TreeView subdirectory of the .NET Framework SDK samples directory of Microsoft Visual Studio .NET.