Hello Tomas,
The Telerik ItemsControl is an extension of the MS ItemsControl and adds the following:
- ItemContainerStyle
- ItemContainerStyleSelector
- ItemTemplateSelector (which I needed in the example)
- ContainerBindings, which work similarly to the StyleBindigns in WPF
The TelerikControl also "understands" HeaderedContentControls and HeaderedItemsControls when they are its containers and treats them a bit differently (as in WPF). This items control also works with HierarchicalDataTemplates and is very flexible, as outlined here:
http://www.telerik.com/help/silverlight/radtreeview-templating-hierarchical-data-templates.html
As for your question "How can I drag more than one but at once"
If I understand you correctly, you are trying to start dragging more than one item at once. Since you can put anything in the Payload of a DragDrop, you can put a collection of items there instead of a single item - for example these can be the SelectedItem
s of a control rather than its SelectedItem.
Regards,
Miroslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items.