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
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,
Maha
You can try in the html property:
HtmlText = Concatenate("<div style='width: 100%; white-space: nowrap; overflow-x: scroll;'>", TextInput1.Text, "</div>")
Hi, Thanks for replying.
In which Property, I should apply this.
"<div style='width: 100%; white-space: nowrap; overflow-x: scroll;'> Text Here </div>"
Currently in the "HtmlText" property, I placed "TextInput1.Text".
Whatever i type in the TextInput "text box" it will come in this htmltext box.
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>"
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional