SHOWLINES Attribute | ShowLines Property
Sets or retrieves a value that indicates whether or not to display connecting lines between nodes.
Syntax
ASP <tagPrefix:TREEVIEW SHOWLINES = bShowLines ... > Script [ bShowLines = ] TREEVIEW.ShowLines
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. bShowLines System.Boolean that specifies or receives whether or not lines are displayed that connect nodes. false
No lines are displayed.trueDefault. Lines connecting nodes are displayed.The property is read/write. The property has a default value of true.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl