Controls/TwoPaneView: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=TwoPaneView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/twopaneview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Dual-pane layout; responsive wide/tall modes. | props= <tr><td>Pane1</td><td>?</td><td></td><td>First pane content</td></tr> <tr><td>Pane2</td><td>?</td><td></td><td>Second pane content</td></tr> <tr><td>PanePriority</td><td>?</td><td></td><td>Which pane is primary</td></t..." |
(No difference)
|
Latest revision as of 16:18, 17 October 2025
TwoPaneView
- Kind
- Control
- Microsoft Docs
- TwoPaneView documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Dual-pane layout; responsive wide/tall modes.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Pane1 | ? | First pane content | |
| Pane2 | ? | Second pane content | |
| PanePriority | ? | Which pane is primary | |
| WideModeConfiguration | ? | Side-by-side/on-top | |
| TallModeConfiguration | ? | Stacked behavior | |
| MinWideModeWidth | ? | Threshold width | |
| MinTallModeHeight | ? | Threshold height |