phoenix_title wx.grid.Grid.GridSelectionModes

The GridSelectionModes enumeration provides the following values:

Description

Value

SelectCells

The default selection mode allowing selection of the individual cells as well as of the entire rows and columns.

SelectRows

The selection mode allowing the selection of the entire rows only.

SelectColumns

The selection mode allowing the selection of the entire columns only.

SelectRowsOrColumns

The selection mode allowing the user to select either the entire columns or the entire rows but not individual cells nor blocks.