Unplanned
Last Updated: 22 Sep 2023 14:20 by Martin Ivanov
Martin Ivanov
Created on: 22 Sep 2023 14:20
Category: LayoutControl
Type: Feature Request
0
LayoutControl: Add a virtual method that allows you to access the LayoutControlGroup that is automatically created on drag/drop

Currently, on drag/drop of the layout the RadLayoutControl is creating new LayoutControlGroup when needed. This happens in a private static method and the developer doesn't have access to this operation.

Add a virtual method that allows you to override the creation of the LayoutControlGroup. This way a custom LayoutControlGroup implementation can be provided or the group created by default can be adjusted manually.

0 comments