Specifies whether a click on an item will select the entire row instead of just the item itself. This property is only meaningful in Report view
[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);
ListView Class | ListView Members | System.WinForms Namespace