HiIam developing a web application. I want to have Horizontal scroll bar for a dialog list field.Is this possible. Beacuse Iam using width property of HTML style tag I cant able to see all the text!!!
Thanks in Advance.
HiIam developing a web application. I want to have Horizontal scroll bar for a dialog list field.Is this possible. Beacuse Iam using width property of HTML style tag I cant able to see all the text!!!
Thanks in Advance.
Subject: Horizontal scroll bar for a dialog list field?
Have a look at the CSS property overflow. A value of “scroll” or “auto” should do what you want.
Subject: RE: Horizontal scroll bar for a dialog list field?
Hi Harkpabst,Thanks for your response. I appreciate your help. But unfortunately, I already tried this option and this is not working. Not sure whether this CSS property will work with Dialog list fields or not! or Not sure whether I missed something!
Thanks
Viswa.