VScrollbar

2010-05-18 Thread Hitesh Choudhary
Hi All I am using *customInputtext* and want to add vertical scroll bar in it with multiline, how can I achieve the same because as per the current code at my end, when I add more text in the container then it doesn't shows the scroll Secondly, if I am using *text* then how can I make it

Re: VScrollbar

2010-05-18 Thread Sebastian Wagner
Hi, For example: customScrollEdittext name=comment y=190 x=120 width=270 height=100 text= / and for non editable text: view width=200 height=200 clip=true text multiline=true width=184 resize=false/ vscrollbar / /view -seb 2010/5/18 Hitesh Choudhary hitesh7

Re: VScrollbar

2010-05-18 Thread Hitesh Choudhary
, For example: customScrollEdittext name=comment y=190 x=120 width=270 height=100 text= / and for non editable text: view width=200 height=200 clip=true text multiline=true width=184 resize=false/ vscrollbar / /view -seb 2010/5/18 Hitesh Choudhary hitesh7

Re: VScrollbar

2010-05-18 Thread Sebastian Wagner
...@gmail.comwrote: Hi, For example: customScrollEdittext name=comment y=190 x=120 width=270 height=100 text= / and for non editable text: view width=200 height=200 clip=true text multiline=true width=184 resize=false/ vscrollbar / /view -seb 2010/5/18 Hitesh Choudhary