![]() | Items |
The ItemsControlCompositionBehavior type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompositionContext |
Gets or sets the composition context.
(Inherited from VisualCompositionBehavior<T>) |
![]() | CompositionContextBinding |
Gets or sets the composition context binding.
the binding will be applied to the RegionId property only after the behavior is attached to the logical tree, so you don't get misleading binding errors.
(Inherited from VisualCompositionBehavior<T>) |
![]() | ExportProvider |
Gets or sets the export provider (DI container). The export provider must be registered with the ExportProviderLocator.
(Inherited from VisualCompositionBehavior<T>) |
![]() | ForceSelection |
Gets or sets a value indicating whether the behavior will force the selection of the first element after applying the content. This will ensure that e.g. a tab-control will show the first tab instead of empty content. The default value is true. |
![]() | IsLoaded |
Gets a value indicating whether the associated object is loaded.
(Inherited from FrameworkElementBehavior<T>) |
![]() | RegionId |
Gets or sets the id of the region. The region id is used to select candidates for composition.
(Inherited from VisualCompositionBehavior<T>) |
![]() | RegionIdBinding |
Gets or sets the region identifier binding;
the binding will be applied to the RegionId property only after the behavior is attached to the logical tree, so you don't get misleading binding errors.
(Inherited from VisualCompositionBehavior<T>) |