3 Answers, 1 is accepted
<Style x:Key="RadListPickerPopupStyleWrap" TargetType="telerikPrimitives:RadDataBoundListBox">
<Setter Property="FontSize" Value="{StaticResource PhoneFontSizeExtraLarge}"/>
<Setter Property="FontFamily" Value="{StaticResource PhoneFontFamilySemiLight}"/>
<Setter Property="Background" Value="{StaticResource PhoneChromeBrush}"/>
<Setter Property="HorizontalAlignment" Value="Stretch"/>
<Setter Property="VerticalAlignment" Value="Stretch"/>
<Setter Property="VirtualizationStrategyDefinition">
<Setter.Value>
<telerikPrimitives:WrapVirtualizationStrategyDefinition Orientation="Horizontal" WrapLineAlignment="Center"/>
</Setter.Value>
</Setter>
<Setter Property="CheckBoxStyle">
<Setter.Value>
<Style TargetType="telerikPrimitives:ItemCheckBox">
<Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="Margin" Value="0, 0, -18, 0"/>
</Style>
</Setter.Value>
</Setter>
</Style>
Thanks for writing and please excuse us for the delay with our answer.
You do not need to open a support ticket to get an answer from us. Support tickets allow you to additionally attach sample projects that will help us debug a scenario.
It's good to see that you've managed to resolve your case.
Let us know if you have additional questions.
Regards,
Deyan
the Telerik team