<Border Height="700">
<DockPanel Background="#1E1E1E" LastChildFill="True">
<Border DockPanel.Dock="Top"><!-- Header --></Border>
<ScrollViewer Padding="20" VerticalScrollBarVisibility="Auto">
<StackPanel Spacing="15">
<!-- Static form fields (TextBoxes, ComboBoxes) -->
<!-- ItemsControl with dynamically bound collection -->
</StackPanel>
</ScrollViewer>
</DockPanel>
</Border>
<Border Height="700">
<DockPanel Background="#1E1E1E" LastChildFill="True">
<Border DockPanel.Dock="Top"><!-- Header --></Border>
<ScrollViewer Padding="20" VerticalScrollBarVisibility="Auto">
<StackPanel Spacing="15">
<!-- Static form fields (TextBoxes, ComboBoxes) -->
<!-- ItemsControl with dynamically bound collection -->
</StackPanel>
</ScrollViewer>
</DockPanel>
</Border>