Skip navigation.
 
mlprinting NSView on top of page (not on center as is)
FROM : Alexey Galygin
DATE : Sat Jul 15 19:52:46 2006

Hi!

In my program I have tableView outlet - instance of NSTextView and when
user select File/Print menu print: method called in my
NSWindowController subclass.
Method code like this:

... // some settings...
[printView print:self];

Table printed on center (by vertically) of page. It's looking good when
output is one page,
but when two or more pages printed last page is centered - and it's
looking bad.

Question:
How to say Cocoa that I need align at top (not center)?

10x for any suggestions.

Related mailsAuthorDate
No related mails found.