Move ExpandedItemDepth property
authorsung-su.kim <sung-su.kim@samsung.com>
Mon, 17 Jul 2017 02:46:02 +0000 (11:46 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Fri, 28 Jul 2017 04:33:06 +0000 (04:33 +0000)
- From GenList to GenListItem
- TCAPI-2562

Change-Id: I97550d02236f7aff7287f275655021fb6f79eb43

src/ElmSharp/ElmSharp/GenList.cs
src/ElmSharp/ElmSharp/GenListItem.cs

index ff52588..ecb20e4 100644 (file)
@@ -274,17 +274,6 @@ namespace ElmSharp
         }
 
         /// <summary>
-        /// Gets the depth of expanded item.
-        /// </summary>
-        public int ExpandedItemDepth
-        {
-            get
-            {
-                return Interop.Elementary.elm_genlist_item_expanded_depth_get(RealHandle);
-            }
-        }
-
-        /// <summary>
         /// Gets or sets the timeout in seconds for the longpress event.
         /// </summary>
         public double LongPressTimeout
index f019a25..8169386 100644 (file)
@@ -285,6 +285,17 @@ namespace ElmSharp
         }
 
         /// <summary>
+        /// Gets the depth of expanded item.
+        /// </summary>
+        public int ExpandedItemDepth
+        {
+            get
+            {
+                return Interop.Elementary.elm_genlist_item_expanded_depth_get(Handle);
+            }
+        }
+
+        /// <summary>
         /// Remove all sub-items (children) of the given item.
         /// </summary>
         /// <remark>