为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

哈士奇WWW 2018-11-21 04:04:26
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>
查看完整描述

2 回答

?
aluckdog

TA贡献1847条经验 获得超7个赞

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

查看完整回答
反对 回复 2018-11-22
?
繁星coding

TA贡献1797条经验 获得超4个赞

        <SelectedNodeStyle BackColor="#FF6699" Font-Bold="True" ForeColor="Red"  />
        <Nodes>
            <asp:Tree

查看完整回答
反对 回复 2018-11-22
  • 2 回答
  • 0 关注
  • 1102 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信