web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : y+nKdIPL5kVZ2zcN6CFHmE
Power Apps - Building Power Apps
Unanswered

How to add horizontal scroll in html text box

Like (0) ShareShare
ReportReport
Posted on 12 Jun 2023 18:13:59 by 32

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.

mahalakshmij_03_0-1686593626982.png

 

Please suggest some solution.

 

Thanks,

Maha

Categories:
  • mahalakshmij_03 Profile Picture
    32 on 19 Jun 2023 at 12:14:36
    Re: How to add horizontal scroll in html text box

    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

  • HectorOlivos Profile Picture
    411 on 12 Jun 2023 at 19:59:07
    Re: How to add horizontal scroll in html text box

    You can try in the html property:

     

     

    HtmlText = Concatenate("<div style='width: 100%; white-space: nowrap; overflow-x: scroll;'>", TextInput1.Text, "</div>")

     

     

  • mahalakshmij_03 Profile Picture
    32 on 12 Jun 2023 at 19:06:45
    Re: How to add horizontal scroll in html text box

    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.

  • HectorOlivos Profile Picture
    411 on 12 Jun 2023 at 18:34:09
    Re: How to add horizontal scroll in html text 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>"

      

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.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete