<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Why are the rules on what layouts can be nested what they are?</title><link>https://community.appian.com/discussions/f/best-practices/14274/why-are-the-rules-on-what-layouts-can-be-nested-what-they-are</link><description>Just curious about why Section Layouts cannot contain other Section/Form/Dashboard Layouts and so on for other Layout Components, is related to restrictions in the Java that backs SAIL forms or is it a best practices thing to try and keep interfaces from</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Why are the rules on what layouts can be nested what they are?</title><link>https://community.appian.com/thread/64431?ContentTypeID=1</link><pubDate>Mon, 04 Feb 2019 17:33:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:482e1404-98e2-4784-8ea6-f8884bbaee89</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;The only two rules I know off the top of my head are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a!formLayout cannot be embedded underneath any other layout type (i think this also applies to a!dashboardLayout, but i&amp;#39;d have to double check).&amp;nbsp; It must be the top position, which makes sense because the a!formLayout should reflect the entirety of whatever form the user is currently seeing, and any other subcomponents can be governed by using items contained in the formLayout.&lt;/li&gt;
&lt;li&gt;a!sectionLayout cannot be a child of another a!sectionLayout.&amp;nbsp; I think this might be a bit of an outdated restriction at this point, going back to when forms and sections could only contain two columns and the experience was overall a lot more restrictive than now.&amp;nbsp; However I suspect they&amp;#39;re keeping this restriction at least for now because even if you have sections nested, there are no graphical clues provided onscreen which hint at the hierarchy, as all sections appear in-line and roughly equivalent to each other (though this would get more complicated once you consider the issue of multiple columns).&amp;nbsp; AFAIK most use cases for having nested columns are currently handlable by just having subsequent, non-nested sections; and when you need nesting, we now have boxLayout which provides a pretty flexible and nice-looking alternative.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>