Skip to content

FlowDocument in ItemTemplate #123

@hawelo

Description

@hawelo

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>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions