This question is locked. New answers and comments are not allowed.
Hi
On my simple page like this:
01.<UserControl x:Class="RadRichTextBoxAndRadPanelBar.MainPage"03. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"04. xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"05. xmlns:telerikDocuments="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Documents"06. xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 07. mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480"> 08. <Grid x:Name="gridInside"> 09. <telerikNavigation:RadPanelBar> 10. <telerikNavigation:RadPanelBarItem Header="Description"> 11. <telerikDocuments:RadRichTextBox x:Name="richtextboxContent" Height="100" /> 12. </telerikNavigation:RadPanelBarItem> 13. </telerikNavigation:RadPanelBar> 14. </Grid> 15.</UserControl>When I expand PanelBar, application hangs and memory usage growing rapidly. It's a bug or I'm doing something wrong?
Thanks