WPF-Forge/Forge.Forms

Printing a form

hashitha opened this issue · 4 comments

Is it possible to print a form?

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

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}".

Thanks! @edongashi I will give this a try

This works well