RowSwipeHideControl

Typecommand
DictionaryDataGrid
LibraryData Grid
Syntax
dispatch "RowSwipeHideControl" to group "DataGrid" with {true | false}
Associationsdatagrid
Summary

Hide any visible data grid swipe control.

RelatedProperty: enable swipe, left swipe control, right swipe control
Command: RowSwipeShowControlForIndexAndSide
Message: RowSwipedRight, RowSwipedLeft, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl
Description

Hide any visible data grid swipe control. Passing true as the first parameter will prevent the hide from being animated. This is useful if you wish to hide the row instantly, for example when deleting, but don't want to turn off animations globally.