TreeView中,当选中一个节点时,如何改变选中节点字体的颜色并使文字变粗呢?

TreeView中,当选中一个节点时,如何改变选中节点字体的颜色并使文字变粗呢?<asp:TreeView ID="TreeView1" runat="server">
        <SelectedNodeStyle BackColor="#FF6699" Font-Bold="True" ForeColor="Red"  />
        <Nodes>
            <asp:TreeNode Text="新建节点" Value="新建节点">
                <asp:TreeNode Text="新建节点" Value="新建节点"></asp:TreeNode>
            </asp:TreeNode>
        </Nodes>
    </asp:TreeView>

哈士奇WWW
浏览 1103回答 2
2回答

aluckdog

&nbsp;DataGridViewCellStyle style = tgv.Nodes[i].DefaultCellStyle;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; style.Font = new Font(tgv.Font, FontStyle.Bold);

繁星coding

&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;<SelectedNodeStyle BackColor="#FF6699" Font-Bold="True" ForeColor="Red"&nbsp; />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <Nodes>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:Tree
打开App,查看更多内容
随时随地看视频慕课网APP