Feb 14, 2006 #1 jby1 Programmer Apr 29, 2003 403 GB Hi I would like to use a Multi Line TextBox, but I only want it to display scrollbars when they are required (ie when the text doesn't fit into the box). Is this possible? I am think I already know the answer, but figured it is worth asking the question!
Hi I would like to use a Multi Line TextBox, but I only want it to display scrollbars when they are required (ie when the text doesn't fit into the box). Is this possible? I am think I already know the answer, but figured it is worth asking the question!
Feb 14, 2006 #2 ca8msm Programmer May 9, 2002 11,327 GB Yes you can by applying a CSS style to it. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Yes you can by applying a CSS style to it. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Feb 14, 2006 Thread starter #3 jby1 Programmer Apr 29, 2003 403 GB Can you give me a clue as to what style it is? Nothing is jumping out at me from the style sheet reference Upvote 0 Downvote
Can you give me a clue as to what style it is? Nothing is jumping out at me from the style sheet reference
Feb 14, 2006 #4 ca8msm Programmer May 9, 2002 11,327 GB Code: overflow: visible; ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Code: overflow: visible; ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.