Skip to main content
A newer version of this page is available. .

TreeListOptionsBehavior.SmartMouseHover Property

Gets or sets whether the regions occupied by the scroll bars and active cell editors are considered to be a part of the Tree List’s area.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool SmartMouseHover { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the regions occupied by the scroll bars and active cell editors are considered to be a part of the Tree List’s area; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SmartMouseHover
WinForms Controls GanttControl
.OptionsBehavior.SmartMouseHover
ResourcesTree
.OptionsBehavior.SmartMouseHover
TreeList
.OptionsBehavior.SmartMouseHover
Reporting XRDesignFieldList
.OptionsBehavior.SmartMouseHover
XRDesignReportExplorer
.OptionsBehavior.SmartMouseHover

Remarks

If the SmartMouseHover option is set to true, the MouseEnter and MouseLeave events fire only after the mouse pointer has intersected the control’s border. Otherwise, if this option is set to false, scroll bars and active cell editors do not belong to the Tree List control. In this case the MouseEnter and MouseLeave events fire when the mouse pointer intersects the control’s border, scroll bar’s border or active cell editor’s border.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SmartMouseHover property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also