Unplanned
Last Updated: 17 Dec 2024 09:42 by ADMIN
Marc
Created on: 17 Dec 2024 09:39
Category: Expander
Type: Bug Report
1
Expander: The style does not apply when setting it through Style property of the ExpanderHeader

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

1 comment
ADMIN
Didi
Posted on: 17 Dec 2024 09:42

Workaround:

Use the HeaderStyle property of the Expander or define the values directly to the ExpanderHeader as shown here: https://docs.telerik.com/devtools/maui/controls/expander/styling 

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.