Unplanned
Last Updated: 17 Dec 2024 09:42 by ADMIN

When having the following setup:

        <telerik:RadExpander x:Name="expander">
            <telerik:RadExpander.Header>
                <telerik:ExpanderHeader HeightRequest="40"
                                        Style="{StaticResource stdRadExpanderHeader}">

 

and the style is defined as follow:

 <Style x:Key="stdRadExpanderHeader" TargetType="telerik:ExpanderHeader">
     <Setter Property="IndicatorText" Value=">"/>
     <Setter Property="IndicatorColor" Value="Red"/>

The Style does not apply.


it works with 7.1.0 version

Unplanned
Last Updated: 03 Jul 2024 07:47 by ADMIN
When tapping on the header, the content does not expand. You can see the arrow is rotated, still content is missing. 
Unplanned
Last Updated: 21 Mar 2024 08:29 by JoPi
Created by: JoPi
Comments: 0
Category: Expander
Type: Feature Request
1
Users should be able to control the Expander using the keyboard on Desktop.
Unplanned
Last Updated: 06 Dec 2022 23:31 by PalmSens
Created by: PalmSens
Comments: 0
Category: Expander
Type: Feature Request
2

Hi Team,

Currently, if you try to use a CornerRadius property with the RadExpanderHeader control, the radius is not clipped and you end up with something like this when applying a shadow.

this feature request is to allow any corner radius to be applied all the way through the base.

Unplanned
Last Updated: 24 Nov 2022 07:39 by ADMIN

RadExpander controls is rendering too slow in mac debug mode 

When changing the view, it takes a lot of time to render the interface after the constructor is executed