flex4创建左边工具栏大致思路

<hgroup>
//左边部分
<group>
    <coordinate>
        <navigationcontent>
            <tile>
                <自定义组件>在其中定义事件</自定义组件>
                ......
            </tile>
        </navigationcontent>
        <navigationcontent>
            <tile>
                <自定义组件>在其中定义事件</自定义组件>
            </tile>
        </navigationcontent>
        ......
    </coordinate>
</group>
//右边部分
<group></group>
</hgroup>


group只能通过绘制Rect的方式绘制背景效果

你可能感兴趣的:(flex4)