<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" viewSourceURL="srcview/index.html">
    
    <!--
        The following code contained in this chapter's bundle consists of: 
        
            Figure 8-1
                A List control displaying names as its data.
                
            Figure 8-2
                A List control displaying states as its data.
            
            Figure 8-3
                A HorizontalList control displaying states as its data.
                
            Figure 8-4
                A TileList control with specific row heights.
                
            Figure 8-5
                A TileList control with specific column widths.
                
            Figure 8-6
                A List control configuring its display with a labelField property.
                
            Figure 8-7
                A List control configuring its label display with a labelFunction.
                
            Figure 8-8
                A DataGrid control displaying employee data in multiple columns.
                
            Figure 8-9
                A DataGrid control displaying employee data in multiple columns.
            
            Figure 8-10
                An AdvancedDataGrid control displays grouped data.
                
            Figure 8-11
                Tree controls with default icons and customized icons.
                
            Figure 8-12
                Setting showRoot to true (left) and to false (right).
                
            Figure 8-13
                A popped up Menu control.
                
            Figure 8-14
                A MenuBar control.
                
            Figure 8-15
                A List control with a single selection.
                
            Figure 8-16
                A List control with multiple selection.
                
            Figure 8-17
                A List control with an active editing session.
                
            Figure 8-18
                A DataGrid controlw ith an active editing session.
                
            Figure 8-19
                Accepting a valid drop item. 
                
            Figure 8-20
                Not accepting a drop item.
                
            Figure 8-21
                Rows of variable height with text wrapping turned on.
                
            Figure 8-22
                A DataGrid with three different item renderers. 
    -->
    
</mx:Application>