This question is locked. New answers and comments are not allowed.
Hi,
i am using RadCombo Box.i have to set multiline with textwrapping property for combo box items ..if the size of the item greater then combo box width , the text have to wrap to the next line.
also i am using SelectionBoxTemplate inside
How to set ?
This is my code;
i am using RadCombo Box.i have to set multiline with textwrapping property for combo box items ..if the size of the item greater then combo box width , the text have to wrap to the next line.
also i am using SelectionBoxTemplate inside
telerik
:RadWindow.Resources
..But this is not working.. when i run the application SelectionBoxTemplate is null.....
How to set ?
This is my code;
<telerik:RadComboBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel HorizontalAlignment="Left" Orientation="Vertical" ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" Width="568">
</StackPanel>
</ItemsPanelTemplate>
</telerik:RadComboBox.ItemsPanel>