This question is locked. New answers and comments are not allowed.
Hi,
I would've added this issue to PITS however there was no option for WrapPanel in the drop down.
If I place a RadWrapPanel inside a ScrollViewer, and style the ScrollViewer the WrapPanel no longer wraps. All the items go from left to right and you have to scroll horizonally.
However, if I do not style the ScrollViewer, the WrapPanel works as expected.
This issue arose after we updated to the latest version of Telerik controls.
For your reference here's the XAML:
Cheers.
I would've added this issue to PITS however there was no option for WrapPanel in the drop down.
If I place a RadWrapPanel inside a ScrollViewer, and style the ScrollViewer the WrapPanel no longer wraps. All the items go from left to right and you have to scroll horizonally.
However, if I do not style the ScrollViewer, the WrapPanel works as expected.
This issue arose after we updated to the latest version of Telerik controls.
For your reference here's the XAML:
<ScrollViewer telerik:StyleManager.Theme="Metro"> <telerik:RadWrapPanel Grid.Column="1" Grid.Row="3" x:Name="barcodeContainer" ItemWidth="280" ItemHeight="115" Margin="5,10,5,10"></telerik:RadWrapPanel> </ScrollViewer>Cheers.