ShellBrowser .Net Edition
ShowLines Property
NamespacesJam.ShellShellTreeViewShowLines
The ShowLines property cannot be set, if UseSystemStyles is set to true and the detected operating system is Windows Vista. This is to keep the look&feel consistent, ShowLines together with the Vista TreeView style does not look pretty.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowLines { get; set; }
Public Property ShowLines As Boolean
public:
property bool ShowLines {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)