Skip to content

I find problems with elements ActualHeight = 0 and Number Fixed of Pages = 1 #5

@francescopaolopassaro

Description

@francescopaolopassaro

This fix resolve this problems:
At line 179 :
bool? result = printDialog.ShowDialog(); //Add this two lines: reportContainer.Measure(new Size(double.PositiveInfinity, double.PositiveInfinity)); reportContainer.Arrange(new Rect(0, 0, reportContainer.DesiredSize.Width, reportContainer.DesiredSize.Height));

now i've all objects in more pages...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions