This question is locked. New answers and comments are not allowed.
Hi,
In my project , Telerik Controls have been upgraded to Q2 2012, and this has changed the styling on the Radcombobox.
My actual bug is ,
Radcombobox content is upper left of the text box .But i want to show normal behaviour like horizontal and vertical content alighnment is center. Here i attached sample screen.Please let me know how to handle this issues.
In my project , Telerik Controls have been upgraded to Q2 2012, and this has changed the styling on the Radcombobox.
My actual bug is ,
Radcombobox content is upper left of the text box .But i want to show normal behaviour like horizontal and vertical content alighnment is center. Here i attached sample screen.Please let me know how to handle this issues.
<telerik:RadComboBox x:Name="radComboBox"> <telerik:RadComboBox.ItemsPanel> <ItemsPanelTemplate> <VirtualizingStackPanel /> </ItemsPanelTemplate> </telerik:RadComboBox.ItemsPanel> </telerik:RadComboBox>