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

DivideByZeroException in WrapVirtualizationStrategy

2 Answers 41 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Yur
Top achievements
Rank 1
Yur asked on 20 Jun 2013, 07:50 AM
at Telerik.Windows.Controls.WrapVirtualizationStrategy.RecalculateViewportMeasurements()
at Telerik.Windows.Controls.RadVirtualizingDataControl.ManageViewport()
at Telerik.Windows.Controls.RadVirtualizingDataControl.BalanceVisualSpace()
at Telerik.Windows.Controls.RadVirtualizingDataControl.OnLoaded(Object sender, RoutedEventArgs e)
at Telerik.Windows.Controls.RadDataBoundListBox.OnLoaded(Object sender, RoutedEventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)

  <telerikPrimitives:RadDataBoundListBox 
ItemsSource="{Binding GenerationTypes}"
DataVirtualizationMode="Automatic"
  IsAsyncBalanceEnabled="True" >
<telerikPrimitives:RadDataBoundListBox.VirtualizationStrategyDefinition>
<telerikPrimitives:WrapVirtualizationStrategyDefinition Orientation="Horizontal" WrapLineAlignment="Near"/>
  </telerikPrimitives:RadDataBoundListBox.VirtualizationStrategyDefinition>

RadControls wp7 2013.2.612.2040

2 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 20 Jun 2013, 08:06 AM
Hi Yur,

Thanks for writing.

This issue has been resolved in our latest IB. Check it out by downloading the assemblies after logging into your account.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Dan Diaconu
Top achievements
Rank 1
answered on 21 Jun 2013, 11:50 AM
Had the same problem ,
Thank you for fixing this :)
Tags
DataBoundListBox
Asked by
Yur
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Dan Diaconu
Top achievements
Rank 1
Share this question
or