Hi,
With the last version of the RadControls, I can't see any text in my treeview. This is my xaml code (the treeview is in an UserControl into a RadWindow) :
The images are well drawn but I can't see the text (screenshot in attachment). Before the 2011.1 version, it worked well.
Cordially,
Kakone.
With the last version of the RadControls, I can't see any text in my treeview. This is my xaml code (the treeview is in an UserControl into a RadWindow) :
<telerikNavigation:RadTreeView ItemsSource=
"{Binding ThirdParties}" IsOptionElementsEnabled=
"{Binding MultiSelect}"
>
<telerikNavigation:RadTreeView.ItemTemplate>
<telerik:HierarchicalDataTemplate ItemsSource=
"{Binding SortedChildren}"
>
<StackPanel Orientation=
"Horizontal"
>
<Image Source=
"{Binding Image, Converter={StaticResource BitmapImageConverter}}"
VerticalAlignment=
"Center"
Margin=
"0,0,2,0"
/>
<TextBlock Text=
"Where is my text"
VerticalAlignment=
"Center"
/>
</StackPanel>
</telerik:HierarchicalDataTemplate>
</telerikNavigation:RadTreeView.ItemTemplate>
</telerikNavigation:RadTreeView>
The images are well drawn but I can't see the text (screenshot in attachment). Before the 2011.1 version, it worked well.
Cordially,
Kakone.