Re: [flexcoders] Scrollbar in canvas

2005-08-26 Thread Manish Jethani
On 8/20/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote: I have vScrollPolicy=auto in a canvas and a vbox inside it with a repreater which creates a buch of elements (labels, combos) In some cases the scrollbar works fine and shows correctly, but in some cases the scrollbar does not show up

Re: [flexcoders] Scrollbar in canvas

2005-08-26 Thread Igor Costa
If you set as 100% will never function, but you can also, use the auto.Legth to active the scroll. 2005/8/26, Manish Jethani [EMAIL PROTECTED]: On 8/20/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote:I have vScrollPolicy=auto in a canvas and a vbox inside it with a repreater which creates a buch

RE: [flexcoders] Scrollbar in canvas

2005-08-21 Thread Matt Chotin
What if you set the vbox1 width/height to 100%. Then it will have a scrollbar as necessary I think. Matt From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Rajesh Jayabalan Sent: Friday, August 19, 2005 5:56 PM To: [EMAIL PROTECTED] Subject: [flexcoders]