asp.net中treeview节点无法显示 30
treeview之前运行可以显示节点图片和连接直线,但之后运行时不知道怎么回事,就变成了红色的叉。代码是这样的<asp:TreeViewID="TreeView1"run...
treeview之前运行可以显示节点图片和连接直线,但之后运行时不知道怎么回事,就变成了红色的叉。
代码是这样的
<asp:TreeView ID="TreeView1" runat="server" ImageSet="XPFileExplorer"
NodeIndent="15" Target ="RightMain" Font-Names ="华文中宋,Arial,微软雅黑" Font-Size="10pt">
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
请问怎么设置才行? 展开
代码是这样的
<asp:TreeView ID="TreeView1" runat="server" ImageSet="XPFileExplorer"
NodeIndent="15" Target ="RightMain" Font-Names ="华文中宋,Arial,微软雅黑" Font-Size="10pt">
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
请问怎么设置才行? 展开
1个回答
展开全部
<asp:TreeView ID="TreeView1" runat="server" ImageSet="XPFileExplorer"
NodeIndent="15" Target ="RightMain" Font-Names ="华文中宋,Arial,微软雅黑" Font-Size="10pt">
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
</asp:TreeView>
这段代码没有问题的,自动套用模式;在编译模式运行一下试试看;
或者直接选用下面,其中一个自动模式
<asp:TreeView ID="TreeView1" runat="server" ImageSet="XPFileExplorer"
NodeIndent="15" Target ="RightMain" Font-Names ="华文中宋,Arial,微软雅黑" Font-Size="10pt">
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
<SelectedNodeStyle BackColor="#B5B5B5" Font-Underline="False"
HorizontalPadding="0px" VerticalPadding="0px" />
<NodeStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Black"
HorizontalPadding="2px" NodeSpacing="0px" VerticalPadding="2px" />
</asp:TreeView>
NodeIndent="15" Target ="RightMain" Font-Names ="华文中宋,Arial,微软雅黑" Font-Size="10pt">
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
</asp:TreeView>
这段代码没有问题的,自动套用模式;在编译模式运行一下试试看;
或者直接选用下面,其中一个自动模式
<asp:TreeView ID="TreeView1" runat="server" ImageSet="XPFileExplorer"
NodeIndent="15" Target ="RightMain" Font-Names ="华文中宋,Arial,微软雅黑" Font-Size="10pt">
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
<SelectedNodeStyle BackColor="#B5B5B5" Font-Underline="False"
HorizontalPadding="0px" VerticalPadding="0px" />
<NodeStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Black"
HorizontalPadding="2px" NodeSpacing="0px" VerticalPadding="2px" />
</asp:TreeView>
追问
会不会是Windows 资源管理器图像的预定义图像集出了问题,不能显示系统的图片呢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询