<asp:TreeView ID="TreeView1" runat="server" CollapseImageUrl="~/images/folder.gif"
    ExpandImageUrl="~/images/folderopen.gif" NoExpandImageUrl="~/images/file.gif"
    ShowLines="True" LineImagesFolder="~/images/">
    <Nodes>
        <asp:TreeNode Text="新建节点" Value="新建节点">
            <asp:TreeNode Text="胜多负少" Value="胜多负少">
                <asp:TreeNode Text="爱上对方受到飞" Value="爱上对方受到飞"></asp:TreeNode>
            </asp:TreeNode>
        </asp:TreeNode>
        <asp:TreeNode Text="新建节点2" Value="新建节点2">
            <asp:TreeNode Text="是对方身份" Value="是对方身份"></asp:TreeNode>
            <asp:TreeNode Text="萨达防守打法" Value="萨达防守打法"></asp:TreeNode>
        </asp:TreeNode>
    </Nodes>
</asp:TreeView>
还要加点什么属性,现在这样显示全部是“红叉叉”...设置ParentNodeStyle,RootNodeStyle,LeafNodeStyle倒是可以看到图标,但不能实现折叠展开的效果