-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hi guys,
Can someone please tell me how it is possible to have a textbox with a horizontal scrollbar like this with the help of ZK?
postimg.org/image/8ayoyfr2r/
Thanks in advance))
Hello NarekPetrosyan,
Please try the following code in order to have a textbox with a horizontal scrollbar:
<textbox value="This is a long text, we need a scrollbar to see this whole sentence in the textbox." style="overflow:auto;" width="200px" height="50px"/>
Best Regards,
Darksu
Asked: 2014-06-03 14:10:53 +0800
Seen: 43 times
Last updated: Aug 02 '14
Try it:
sitansu ( 2014-06-03 16:14:20 +0800 )edit<textbox multiline="true"/>
Dear sitansu,
Thank you for the answer, but, unfortunately this creates a vertical scroll-bar in the text-box and not a HORIZONTAL one.
Narek ( 2014-06-05 19:10:59 +0800 )edit