Merge "Added GenList default mode (Compress)" into tizen
authorKangho Hur <kangho.hur@samsung.com>
Thu, 30 Mar 2017 01:45:47 +0000 (18:45 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 30 Mar 2017 01:45:47 +0000 (18:45 -0700)
1  2 
src/ElmSharp/ElmSharp/GenList.cs

@@@ -140,12 -75,9 +140,13 @@@ namespace ElmShar
          SmartEvent _scrollAnimationStopped;
          SmartEvent _changed;
  
 +        /// <summary>
 +        /// Creates and initializes a new instance of the GenList class.
 +        /// </summary>
 +        /// <param name="parent">The parent is a given container which will be attached by GenList as a child. It's <see cref="EvasObject"/> type.</param>
          public GenList(EvasObject parent) : base(parent)
          {
+             ListMode = GenListMode.Compress;
              InitializeSmartEvent();
          }