Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxShellListViewOptions.AutoNavigate Property

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

#Declaration

Delphi
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