Announcements
Hi All,
When the data content gets increased in the "html text" box, expecting the horizontal scroll bar to be enabled at the bottom. Currently having Vertical scroll that comes automatically.
Please suggest some solution.
Thanks,
Maha
The HTML control supports only a limited set of HTML tags.
Can you try with this:
"<div style='width: 100%; white-space: nowrap; overflow-x: scroll;'> Text Here </div>"
Hi, Thanks for replying.
In which Property, I should apply this.
Currently in the "HtmlText" property, I placed "TextInput1.Text".
Whatever i type in the TextInput "text box" it will come in this htmltext box.
You can try in the html property:
HtmlText = Concatenate("<div style='width: 100%; white-space: nowrap; overflow-x: scroll;'>", TextInput1.Text, "</div>")
Its works only with word wrap is false.. All text comes in a single line with horizontal scroll.
Thanks for the reply.. Currently I just go with the default vertical scroll.
Regards,
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 393 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 278 Most Valuable Professional