This is a migrated thread and some comments may be shown as answers.

RadListBoxITem

0 Answers 78 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 05 Jul 2012, 11:25 AM
Hello. I have got a RadListBoxItem, and i need to change the datatemplate.

if i have a RadListBoxItemDataTemplate, how i could apply to the item?.

Note:

I add the items, in source behind.
RadListBoxItem l_item = new RadListBoxItem();
l_item.add ...


The list box are in a expander:
 <telerik:RadExpander.Content >
                <telerik:RadListBox   x:Name="uxLbx_fileList" SelectionChanged="uxLbx_fileList_SelectionChanged">                    
                    
                </telerik:RadListBox  >
  </telerik:RadExpander.Content>


Regards

No answers yet. Maybe you can help?

Tags
ListBox
Asked by
David
Top achievements
Rank 1
Share this question
or