Hello!
I'm trying to use DragVisualProvider on my ListBox:
However, the "drop line" (the blue vertical line that indicates where the item will be dropped) is not sizing correctly. It appears to be much larger than the items themselves, as you can see in the attached image.
How can I fix this so that the drop line fits the size of the other images? Am I missing a property or a specific configuration?
Any help would be greatly appreciated. Thanks!
I'm trying to use DragVisualProvider on my ListBox:
<telerik:RadListBox.DragDropBehavior>
<telerik:ListBoxDragDropBehavior AllowReorder="False"/>
</telerik:RadListBox.DragDropBehavior>
<telerik:RadListBox.DragVisualProvider>
<telerik:ScreenshotDragVisualProvider />
</telerik:RadListBox.DragVisualProvider>
<telerik:RadListBox.ItemsPanel>
<ItemsPanelTemplate>
<telerik:RadWrapPanel HorizontalAlignment="Stretch"/>
</ItemsPanelTemplate>
</telerik:RadListBox.ItemsPanel>
However, the "drop line" (the blue vertical line that indicates where the item will be dropped) is not sizing correctly. It appears to be much larger than the items themselves, as you can see in the attached image.
How can I fix this so that the drop line fits the size of the other images? Am I missing a property or a specific configuration?
Any help would be greatly appreciated. Thanks!