Side View | Panes |
Pop-open when needed. | Intended to be always-open. |
Will obscure or displace other content when open (possibly including nUINavViews). | Exists in its own space within the Window. |
Can be defined once to provide a global pop-open "toolbox" for the entire application. | Usually changes content throughout the application's life-cycle. |
Only 2 side views per Window possible at once (left and right). | Multiple panes possible. |
Fixed x/y positions and height (width configurable). | Arbitrary layouts possible. |
More space-efficient with smaller devices. | Better side-by-side layout of data and controls for larger devices. |
Blocks interaction in other Views when visible. | Allows for interaction across multiple Views concurrently. |