Determines whether the selection highlight spans across the width of the TreeView.
[Visual Basic] Public Property FullRowSelect As Boolean [C#] public bool FullRowSelect {get; set;} [C++] public: __property bool get_FullRowSelect(); public: __property void set_FullRowSelect(bool); [JScript] public function get FullRowSelect() : Boolean; public function set FullRowSelect(Boolean);
TreeView Class | TreeView Members | System.WinForms Namespace