1

您会在用于 ASP.NET AJAX 的 Telerik UI 的 RadTreeView主页上注意到TreeView 示例没有虚线。

在此处输入图像描述

没有线将节点连接到它们的父节点。但是,在所有“功能”页面(左侧导航)上,每个示例都包含行。

在此处输入图像描述

我如何摆脱那些虚线?

4

1 回答 1

4

All you need to do to hide the dotted lines is to set the ShowLineImages property to false. You can see the following help article: http://www.telerik.com/help/aspnet-ajax/treeview-appearance-line-images.html.

Best regards, Rumen

于 2014-07-15T08:03:57.667 回答