ShellTreeViewShowLines Property |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool ShowLines { get; set; }
Public Property ShowLines As Boolean
Get
Set
public:
property bool ShowLines {
bool get ();
void set (bool value);
}
member ShowLines : bool with get, set
Property Value
Type:
BooleanSee Also