-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Labels
Description
Hi,
I have a special case where I need to display flowdocuments in an itemscontrol and to support ordering of these flowdocuments by drag&drop. It looks that this special case is not currenlty supported.
Is there a way to make this work with the gong drag&drop?
Here is an example of ItemTemplate:
<DataTemplate>
<FlowDocumentScrollViewer IsSelectionEnabled="False">
<FlowDocument>
<Paragraph>Test</Paragraph>
</FlowDocument>
</FlowDocumentScrollViewer>
</DataTemplate>