Add ItemView stopScrolling action
[platform/core/uifw/dali-toolkit.git] / docs / content / shared-javascript-and-cpp-documentation / item-view.md
index 93c4816..0242d19 100644 (file)
@@ -69,4 +69,13 @@ itemView.ActivateLayout(
 Dali::Stage::GetCurrent().Add( itemView );
 ~~~
 
+## Actions
+The item-view provides an action to stop the scroll animation if desired.
+
+~~~{.cpp}
+Property::Map attributes;
+itemView.DoAction( "stopScrolling", attributes );
+~~~
+
+
 */
\ No newline at end of file