Normal
In the default skin there are several common.facade.*.xml files.If you want to stop any other layout than list (not sure why you would want to do this) then you would need to edit each of these files.You will find[code] <control> <description>composite control consisting of a list control and a thumbnail panel</description> <type>facadeview</type> <id>50</id> <control> <description>listcontrol</description>[/code]and then each different layout will have its own section in the xml. Remove each one you do not want. eg.[code] <control> <description>Thumbnail Panel</description> ... </control>[/code]
In the default skin there are several common.facade.*.xml files.
If you want to stop any other layout than list (not sure why you would want to do this) then you would need to edit each of these files.
You will find
[code] <control>
<description>composite control consisting of a list control and a thumbnail panel</description>
<type>facadeview</type>
<id>50</id>
<control>
<description>listcontrol</description>[/code]
and then each different layout will have its own section in the xml. Remove each one you do not want. eg.
<description>Thumbnail Panel</description>
...
</control>
[/code]