In my WPF application, I am going to print the contents of my ListBox. I want to add a new control to the PrintDialog box to select the number of lines (items) to print.
Is it possible to customize the existing PrintDialog box and add a new control to bind to ListBox.Count?
Or is there a better way to do this?