Applies To: | ListView | TreeView |
Description
The FullRowSelect property specifies whether or not the entire row is highlighted when an item in a ListView or a TreeView is selected.
FullRowSelect is a single number with the value 0 (only the item name is highlighted) or 1 (the whole row is highlighted); the default is 0.
For a ListView, FullRowSelect only applies if its View property is set to 'Report'.
The picture below illustrates the effect on the appearance of a ListView object, of setting FullRowSelect to 1.