Completed
Last Updated: 08 Jan 2016 12:20 by ADMIN
Implement a new property that allows you to apply a custom style on the expander ToggleButton

Will be available in Q1 2016 Release.
Completed
Last Updated: 14 Jan 2019 11:32 by ADMIN
It fails to extract a template  using RightClick on RadExpander in Design view of VisualStudio => Edit Template => Edit a copy

Scheduled for:
The fix for this issue will be available with LIB (version 2018.3.1217) scheduled for publishing on Monday, 17th December 2018.
 
Completed
Last Updated: 03 Nov 2016 13:29 by ADMIN
Fix the expander animation to take into account the Alignment properties. For example, we can't have expander which content is stretched vertically and the animation go top-down.
Completed
Last Updated: 15 Jun 2018 15:47 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 1
Category: Expander
Type: Bug Report
1

			
Completed
Last Updated: 22 Oct 2018 15:36 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: Expander
Type: Feature Request
1

			
Completed
Last Updated: 12 Jan 2017 08:55 by ADMIN
The expander toggle button arrow is pointing in the wrong direction. 

In Office2016/ Office2016Touch

Before expanding: "<"

After expanding: ">"

In other themes like Office2013, Green, VisualStudio2013, Windows8 etc.

Before expanding: ">"

After expanding: "<"

The fix is available in R1 2017 Official Release Version.
Completed
Last Updated: 25 May 2023 13:36 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: Expander
Type: Bug Report
0

			
Completed
Last Updated: 12 Aug 2025 10:30 by ADMIN
Release 2025.3.812 (2025 Q3)

The RadExpander element gets underlined in the Visual Studio designer and you can see a NullReferenceException when mouse over the element. The issue occurs only when data bind the IsExpanded property of RadExpander.

There are no issues at runtime. Also, in the common scenario the designer doesn't break. In case the error breaks the designer, you can set the IsExpanded bindining in the code-behind, instead of XAML.

public MainWindow()
{
    InitializeComponent();
    this.radExpander.SetBinding(RadExpander.IsExpandedProperty, new Binding("IsExpanded"));
}