Hi All,
I using WIN FORM .net 3.5.
I want to print the treeview. I used Treeview.Conver tToBitmap() to get the bitmap and then converted it to Image and draw that on printDocument.
But the problem that ,it draw only those part of treeview which is visible not the whole treeview.
Please suggest .
Regards,
Gyanendar
I using WIN FORM .net 3.5.
I want to print the treeview. I used Treeview.Conver tToBitmap() to get the bitmap and then converted it to Image and draw that on printDocument.
But the problem that ,it draw only those part of treeview which is visible not the whole treeview.
Please suggest .
Regards,
Gyanendar
Comment