This question is locked. New answers and comments are not allowed.
Hi,
I am using the RadControls for Windows Phone 7 2013.2 718.
I've faced an issue.
If I declare the following xaml:
everything works.
But If I declare:
I get an exception "Element is already the child of another element."
CallStack info(if it's matters)
What I would like to do:
I want to declare the items in xaml and force
regards,
Vladimir.
I am using the RadControls for Windows Phone 7 2013.2 718.
I've faced an issue.
If I declare the following xaml:
<telerikInput:RadListPicker x:Name="myPicker" Margin="0" VerticalAlignment="Stretch" InlineModeThreshold="1" Grid.Row="1" > <telerikInput:RadListPickerItem Content="123"/> </telerikInput:RadListPicker>But If I declare:
<telerikInput:RadListPicker x:Name="myPicker" Margin="0" VerticalAlignment="Stretch" InlineModeThreshold="0" Grid.Row="1" > <telerikInput:RadListPickerItem Content="123"/> </telerikInput:RadListPicker>CallStack info(if it's matters)
at MS.Internal.XcpImports.CheckHResult(UInt32 hr)at MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, DependencyObject doh)at MS.Internal.XcpImports.SetValue(IManagedPeerBase doh, DependencyProperty property, Object obj)at System.Windows.DependencyObject.SetObjectValueToCore(DependencyProperty dp, Object value)at System.Windows.DependencyObject.SetEffectiveValue(DependencyProperty property, EffectiveValueEntry& newEntry, Object newValue)at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)What I would like to do:
I want to declare the items in xaml and force
RadListPicker to work always in "full screen" mode.regards,
Vladimir.
