New to Telerik UI for WPFStart a free 30-day trial

Remove the collapsed area of the RadDiagramContainerShape

Updated on Sep 15, 2025

Environment

Product Version2019.1 401
ProductRadDiagram for WPF

Description

Remove the collapsed area when the RadDiagramContainerShape is collapsed.

Solution

Set the CollapsedContentTemplate property to empty DataTemplate.

C#
	<telerik:RadDiagramContainerShape>
		<telerik:RadDiagramContainerShape.CollapsedContentTemplate>
			<DataTemplate/>
		</telerik:RadDiagramContainerShape.CollapsedContentTemplate>
	</telerik:RadDiagramContainerShape>
In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support