Layout with Panels
- Canvas
- StackPanel
- VirtualizingStackPanel which acts just like StackPanel but temporarily discards any items offscreen to optimize performance
- WrapPanel
- DockPanel which is useful for arranging a top-level user interface in a Window or Page
- Grid. GridSplitter, SharedSizeGroup
Also, a DockPanel with complicated subpanels is sometimes a better choice than a single Grid panel because the isolation provided by subpanels is more manageable when the user interface changes. With a single Grid, you might need to adjust RowSpan and ColumnSpan values to keep the docking illusion while rows and columns are added to the Grid.
- Primitive Panels : TabPanel, ToolBarPanel, ToolBarOverflowPanel,ToolBarTray, UniformGrid, SelectiveScrollingGrid
댓글
댓글 쓰기