Click or drag to resize
GridFeaturesEnableCellTips Property
Gets or sets a value indicating if Cell Tips are enabled.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool EnableCellTips { get; set; }

Property Value

Type: Boolean
Whether or not mouse wheel support is enabled.
Remarks
Cell tips are popup windows showing the full contents of grid cells when the cell content exceeds the width of the cell.
Note Note
Cell tips are only supported for cells whose style's WrapText property is set to false. Also, the following cell types do not support cell tips:
  • Check boxes.
  • Radio buttons.
  • Push button.
  • MFC combo boxes.
  • Rich edit control.
  • Progress control.

This property must be set in the designer.

See Also