Sunday, April 4, 2010

Canvas size

I'm having a canvas with



graphics.drawRoundRectComplex(0,0,35,150,20,0,20,0)

graphics.drawRoundRectComplex(0,150,35,150,20,0,20,0)



I've included this in my application using



%26lt;ms:nav top=''0'' left=''0'' type=''left''
scroll=''false''%26gt;%26lt;/ms:nav%26gt;



My application heigth is set to 260, after including the
canvas my application is displaying the vertical scroll bar. How to
remove the vertical scroll bar? canvas display must be cliped
(croped). Please help me with solution



Thanks in advance.Canvas size
Set verticalScrollPolicy and horizontalScrollPolicy to ''off''

TracyCanvas size
Thank you very much Tracy

No comments:

Post a Comment