NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListView.FullRowSelect

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);

See Also

ListView Class | ListView Members | System.WinForms Namespace