This example demonstrates how to extend the LayoutControl and LayoutGroup behavior to support proportional resizing. The created LayoutItemSize
property allows you to specify relative (star *
) values.
Note
This custom solution may not support all possible usage scenarios and configurations. If proportional resizing is required, we recommend that you use controls that support this functionality out of the box (DockLayoutManager with layout groups and items or a standard Grid).
- ExtraLayoutControl.cs (VB: ExtraLayoutControl.vb)
- ExtraLayoutGroup.cs (VB: ExtraLayoutGroup.vb)
- MainWindow.xaml (VB: MainWindow.xaml)
(you will be redirected to DevExpress.com to submit your response)