I had a question about browser printing with SmartClient. In normal websites, if I go to File->Print, I get a printed version of the whole website page, including the out-of-view data. If I do the same with a smartclient page in which the root layout is a VLayout that has overflow as "auto", only the visible content at the time of the printing shows up. Do you know why this happens? Is it because this isn't actually the browser's scrollbar? How do we enable it so that it prints everything on the page including the part that is only visible when we scroll down?
↧