Having trouble getting help?
Contact Support
Contact Support
MDI Resize in WPF Tabbed MDI Form (DocumentContainer)
18 Feb 20251 minute to read
Document Container provides options to resize its elements. Setting AllowMDIResize property to true__, will enable the end users to resize the container elements.
To set this property, use the below code.
<!-- Adding Document Container -->
<syncfusion:DocumentContainer Name="DocContainer" IsAllowMDIResize="True" Mode="MDI">
<FlowDocumentScrollViewer syncfusion:DocumentContainer.Header="Features">
</FlowDocumentScrollViewer>
…....
…....
</syncfusion:DocumentContainer>