SHOWLINES Attribute | showLines Property
Sets or retrieves a value that indicates whether or not to display connecting lines between nodes.
Syntax
HTML <namespace:TREEVIEW SHOWLINES = bShowLines... > Scripting TREEVIEW.showLines [ = bShowLines ]
Possible Values
namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag. bShowLines Boolean that specifies or receives whether or not lines are displayed that connect nodes.
false
- No lines are displayed.
- true
- Default. 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