title | description | page_title | type | slug | position | tags | res_type |
---|---|---|---|---|---|---|---|
How to Make RadDesktopAlert's Height scale Based on its Content. |
This article shows how you can set the height of RadDesktopAlert to be set based on its content's height. |
Make DesktopAlert's Height Change Based on its Content. |
how-to |
kb-desktopalert-set-height |
0 |
wpf, desktopalert, height, scale, content |
kb |
Product Version | 2024.2.514 |
Product | RadListBox for WPF |
The RadDesktopAlert
's Height
property is set to a certain value based on the theme that is applied. This will cause the content to not be fully displayed in scenarios where the value set to the Content
property exceeds the predefined height value.
To scale the height of the RadDesktopAlert's height based on the displayed content, set the Height property to Auto
.
{{region kb-desktopalert-set-height-0}} <telerik:RadDesktopAlert Height="Auto"/> {{endregion}}