]> O.S.I.I.S - jp/crow.git/commitdiff
test recursive expandable
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 7 Mar 2016 11:48:34 +0000 (12:48 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 7 Mar 2016 11:48:34 +0000 (12:48 +0100)
Tests/Interfaces/0.crow

index 0d67099336429e56f6eb04498e8231587a77a175..7ed4da83cdcfa41c5b19029bbd3878ef65ead686 100755 (executable)
@@ -1,32 +1,46 @@
 <?xml version="1.0"?>
-<VerticalStack Fit="true" Margin="5" Background="Green">
-       <Expandable Width="0" Background="Gray">
-       <Expandable Width="0" Background="Gray">
-       <Expandable Height="100" Width="0" Background="Gray">
-               <Label Height="0" Width="0" Background="Red"/>
-       </Expandable>
-       </Expandable>
-       </Expandable>
-       <Expandable Width="0" Background="Red">
-               <Expandable Width="0" Background="Blue">
-                       <Expandable Width="0" Background="Gray">
-                       <Expandable Width="0" Background="Gray">
-<!--                   <Expandable Width="0" Background="Gray">
-                       <Expandable Width="0" Background="Gray">
-                       <Expandable Width="0" Background="Gray">
-                       <Expandable Width="0" Background="Gray">
-                       <Expandable Width="0" Background="Gray">
-                       </Expandable>
-                       </Expandable>
-                       </Expandable>
-                       </Expandable>
-                       </Expandable>-->
+<VerticalStack Height="-1" Width="-1">
+       <Label Width="0"/>
+       <Expandable  Width="-1" Background="Gray">
+               <Expandable Background="LightBlue">
+                       <Expandable Background="Green">
+                               <Expandable Background="LimeGreen">
+                                       <Expandable Background="DimGray">
+                                               <Expandable Width="0" Background="Yellow">
+                                                       <Expandable Background="NavyBlue">
+                                                               <Expandable Width="0" Background="Blue">
+                                                                       <Expandable Width="0" Background="BlueCrayola">
+                                                                               <Expandable Width="0" Background="Green">
+                                                                                       <Label Background="Red"/>
+                                                                               </Expandable>
+                                                                       </Expandable>
+                                                               </Expandable>
+                                                       </Expandable>
+                                               </Expandable>
+                                       </Expandable>
+                               </Expandable>
                        </Expandable>
+               </Expandable>
+       </Expandable>
+       <Expandable Width="0"  Background="Gray">
+               <Expandable Width="0" Background="LightBlue">
+                       <Expandable Width="0" Background="Green">
+                               <Expandable Width="0" Background="LimeGreen">
+                                       <Expandable Width="0" Background="DimGray">
+                                               <Expandable Width="0" Background="Yellow">
+                                                       <Expandable Width="0" Background="NavyBlue">
+                                                               <Expandable Width="0" Background="Blue">
+                                                                       <Expandable Width="0" Background="BlueCrayola">
+                                                                               <Expandable Width="0" Background="Green">
+                                                                                       <Label Background="Red"/>
+                                                                               </Expandable>
+                                                                       </Expandable>
+                                                               </Expandable>
+                                                       </Expandable>
+                                               </Expandable>
+                                       </Expandable>
+                               </Expandable>
                        </Expandable>
                </Expandable>
        </Expandable>
-       <Label Width="0" Background="Red"/>
-       <Label Width="0" Background="Red"/>
-       <Label Width="0" Background="Red"/>
-       <Label Width="100" Background="Red"/>
-</VerticalStack>
\ No newline at end of file
+</VerticalStack>