Skip to main content

Notifications

Community site session details

Community site session details

Session Id : q6SbXZbJoR9hXokVC4HOiA
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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,651 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard