MultiRow Windows Forms > Developer's Guide > Using MultiRow > Multi-touch Features > Gripper during Cell Editing |
You can display a gripper for selecting the entered text in an editable cell. This section provides information about the gripper displayed during editing.
The gripper for selecting the entered text during editing is displayed for the following common cell types.
By default, the gripper is displayed during editing. If you want to hide the gripper during editing, you can set the ShowGrippersInEditingStatus property to False. Since the ShowGrippersInEditingStatus property setting is enabled for all the cells placed on the template, you can show or hide the gripper for all the cells at once.
This example sets the ShowGrippersInEditingStatus property.
GcMultiRow1.ShowGrippersInEditingStatus = False |
gcMultiRow1.ShowGrippersInEditingStatus = false; |
|