Skip to main content

TcxShellListViewOptions.AutoNavigate Property

Specifies if the Shell List View control can activate shell items.

Declaration

property AutoNavigate: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, users can activate shell items and navigate to a displayed folder. If False, users are unable to interact with shell items.

Remarks

A double-click on a shell item or the Enter keystroke for the focused shell item activates it. If the activated shell item is a folder, the Shell List View control navigates to it. If the activated shell item is a file and the AutoExecute property is set to True, the control launches the default application associated with this file type.

The AutoNavigate property’s default value is True.

See Also