Not Supported Properties
There are several properties that are not supported by the RadDocking control. Below is a list of these properties and the reason why they are not working. However, we are working on improving their behavior.
RadDocking
Properties that are not supported:
ItemsSource
ItemTemplate
ItemTemplateSelector
ItemContainerStyle
ItemContainerStyleSelector
DisplayMemberPath
Description: These properties are directly inherited from ItemsControl property and the use of ItemsSource property is not supported.
Properties that should not be changed:
- ItemsPanel
Description: The RadDocking control allows its ItemsPanel property to be used and customized, but this could lead to an unexpected behavior of the control.
Problematical Properties:
- FlowDirection
Description: Not implemented yet. This problem will be targeted soon.
If you want to bind a collection of objects to RadDocking you could use the PanesSource property. It is very similar to the not supported ItemsSource property - it can even be bound to RadPane instances.
RadSplitContainer
Properties that are not supported:
ItemsSource
ItemTemplate
ItemTemplateSelector
ItemContainerStyle
ItemContainerStyleSelector
DisplayMemberPath
Description: These properties are directly inherited from ItemsControl property and the use of ItemsSource property is not supported.
Properties that should not be changed:
- ItemsPanel
Description: The RadDocking control allows its ItemsPanel property to be used and customized, but this could lead to an unexpected behavior of the control.
Problematical Properties:
- FlowDirection
Description: Not implemented yet. This problem will be targeted soon.
RadPaneGroup
Properties that are not supported:
ItemsSource
ItemTemplate
ItemTemplateSelector
ItemContainerStyle
ItemContainerStyleSelector
DisplayMemberPath
Description: These properties are directly inherited from ItemsControl property and the use of ItemsSource property is not supported.
- All drop-down properties
Description: All drop-down properties are inherited from RadTabControl. Their events are limited only for the DocumentHost groups. They are not implemented in the other ControlTemplates at this moment.
- OverFlowMode
Description: OverFlowMode property can be used and customized, but this could lead to an unexpected behavior of the control.
- ReorderTabRows
Description: This property is inherited from RadTabControl. It works only if you change the ItemsPanel with a TabWrapPanel. In other cases it could lead to an unexpected behavior of the control.
- ScrollMode
Description: It is not implemented at this moment.
Properties that should not be changed:
- ItemsPanel
Description: The RadDocking control allows its ItemsPanel property to be used and customized, but this could lead to an unexpected behavior of the control.
Problematical Properties:
- FlowDirection
Description: It is not implemented at this moment.
RadPane
Properties that are not supported:
- All drop-down properties
Description: All drop-down properties are inherited from RadTabControl. Their events are limited only for the DocumentHost groups. It’s not implemented in the other ContolTemplates at this moment.