WPF-Forge / Forge.Forms

Dynamically generated forms and dialogs in WPF
https://wpf-forge.github.io/Forge.Forms
MIT License
149 stars 30 forks source link

Printing a form #22

Closed hashitha closed 6 years ago

hashitha commented 6 years ago

Is it possible to print a form?

redbaty commented 6 years ago

Hmm I dont think this is strictly related to forge.forms, maybe search for something related to wpf itself? I'll check it out later

edongashi commented 6 years ago

Check XML examples route in demo. I followed this article.

image

You probably need to fiddle with the settings but it's definitely possible. You could also add an Env flag print or something, such that when it's set you can hide buttons visible="!{Env printing}".

hashitha commented 6 years ago

Thanks! @EdonGashi I will give this a try

hashitha commented 6 years ago

This works well