Re: Draw table in scrollview
sorry last post is wrong at the line the right is:
if i set one tabs using 4 space's room the table is fine in the view.but in print preview is bad,and then if i set one tabs using 2 space's room the table is fine in pint preview but bad in the scrollview.
Re: Draw table in scrollview
my simple code is in OnDraw function:
pDC->TextOut(50,10,"©°©¤©¤©¤©¤©´");
pDC->TextOut(50,26,"©¦(8spaces) ©¦");
pDC->TextOut(50,42,"©¸©¤©¤©¤©¤©¼");
and like this in print preview is fine and in scrollview is bad.
if like this
pDC->TextOut(50,10+100,"©°©¤©¤©¤©¤©´");
pDC->TextOut(50,26+100,"©¦(16spaces) ©¦");
pDC->TextOut(50,42+100,"©¸©¤©¤©¤©¤©¼");
in scrollview is fine and in print preview is bad.
god save me.