TAdvStringGridTMouseActions

Contents - Properties

Delphi declaration
MouseActions:TMouseActions;
C++ declaration
TMouseActions MouseActions;

Description
Holds all settings of enhanced mouse handling in the grid

TMouseActions - Properties

Contents - TMouseActions

AllColumnSize
Delphi declaration
AllColumnSize:boolean;
C++ declaration
bool AllColumnSize;

Description
Sizes all columns proportionally when a column size changes
AllRowSize
Delphi declaration
AllRowSize:boolean;
C++ declaration
bool AllRowSize;

Description
Sizes all rows proportionally when the a row size changes
AllSelect
Allows mouse to select all cells when clicking top left fixed cell

Delphi declaration
AllSelect:boolean;
C++ declaration
bool AllSelect;

Description
Allows mouse to select all cells when clicking top left fixed cell.

CaretPositioning
Immediately puts caret at right position in the text when editing

Delphi declaration
CaretPositioning:boolean;
C++ declaration
bool aretPositioning;

Description
When true, immediately puts caret at right position in the text when editing. (32bit apps only)

ColSelect
Allows mouse to select column when clicking top fixed cell

Delphi declaration
ColSelect:boolean;
C++ declaration
bool ColSelect;

Description
When true, allows mouse to select column when clicking top fixed cell.

DirectComboDrop
Immediately show the inplace combobox dropped down on click

Delphi declaration
DirectComboDrop:boolean;
C++ declaration
bool DirectComboDrop;

Description
When true, the combobox immediately drops down when the cell is clicked.

DirectEdit
Immediately show editor when clicking a cell

Delphi declaration
DirectEdit:boolean;
C++ declaration
bool DirectEdit;

Description
When true, immediately shows editor when clicking a cell.

DisjunctRowSelection
Enables or disables disjunct row selection.

Delphi declaration
DisjunctRowSelection:boolean;
C++ declaration
bool DisjunctRowSelection;

Description
Enables or disables disjunct row selection.

RowSelect
Allows mouse to select row when clicking left fixed cell

Delphi declaration
RowSelect:boolean;
C++ declaration
bool RowSelect;

Description
When true, allows mouse to select row when clicking left fixed cell.

SizeFixedCol
Delphi declaration
property SizeFixedCol: Boolean;
C++ declaration
__property bool SizeFixedCol={ default=0 }

Description
When true the first fixed column can be sized at run-time over the full height of the grid.