RowSwipeHideControl
Type
command
Summary
Hide any visible data grid swipe control.
Syntax
dispatch "RowSwipeHideControl" to group "DataGrid" with {true | false}
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.
Related
message: RowSwipedRight, RowSwipedLeft, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl
property: enable swipe, left swipe control, right swipe control
command: RowSwipeShowControlForIndexAndSide