Use the layout manager
Use the layout manager
Technologies > User Interface Add-Ins > Assemblies with Multiple Panes > Drill-down Edit View with Two Panels
Multi-pane view assemblies are implemented without frames, using a CSS and JavaScript-based Layout Manager. Layouts can be defined directly in view files or in reusable layout files that are referenced from view files. Reusable layout files can either be created in the same folder as the view file or saved in the
schema/ab-core/layouts
folder.
Include an external layout file in the AXVW:
<layout file="tree-details-large.axvw" />
Assign a panel to a layout region using the
region
attribute:
<panel type="grid"
region
="west" ... >
For further discussion of custom layouts,
Attaching Panels to Layout Regions
Inline Layouts and External Layouts