Update AdvancedDataGrid.as uncommented displayItemsExpanded
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as
index b27f721..efea7f5 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as
@@ -1264,7 +1264,7 @@
      *  @private

      *  Storage variable for changes to displayItemsExpanded.

      */

-    // private var displayItemsExpandedChanged:Boolean = false;

+     private var displayItemsExpandedChanged:Boolean = false;

     

     //--------------------------------------------------------------------------

     //

@@ -2103,9 +2103,9 @@
      *  @private

      *  Indicates that items will be shown expanded or not.

      */

-    /* private var _displayItemsExpanded:Boolean = false;

+    private var _displayItemsExpanded:Boolean = false;

 

-    [Inspectable(category="General", enumeration="true,false", defaultValue="false")] */

+    [Inspectable(category="General", enumeration="true,false", defaultValue="false")]

     /**

      *  If <code>true</code>, expand the navigation tree to show all items.

      *  If a new branch is added, it will be shown expanded.

@@ -2117,12 +2117,12 @@
      *  @playerversion AIR 1.1

      *  @productversion Royale 0.9.4

      */

-    /* public function get displayItemsExpanded():Boolean

+    public function get displayItemsExpanded():Boolean

     {

         return _displayItemsExpanded;

-    } */

+    }

 

-   /*  public function set displayItemsExpanded(value:Boolean):void

+    public function set displayItemsExpanded(value:Boolean):void

     {

         if (value != _displayItemsExpanded)

         {

@@ -2134,7 +2134,7 @@
                 invalidateProperties();

             }

         }

-    } */

+    }

     

     //----------------------------------

     //  treeColumn