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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Scrolling Text Labels ...
Power Apps
Suggested Answer

Scrolling Text Labels for Overflow Text

(1) ShareShare
ReportReport
Posted on by 245
Hi!  I have a text label in a RecordsGallery filter that will most-likely overflow with the amount of text but I don't want it to be a two-line label.  I have a working scrolling text function for X but it's still a little wonky...  
 
Here's my wish-list:
  • Scrolls through the whole text, not just some
  • Resets/restarts automatically
  • Stays within the text label form and doesn't travel the whole width of the gallery filter; so starts and stays at X = 70
  • Here's my X value so far: If(Len(Title1.Text) * Title1.Size > Parent.Width, 70 - Mod(Timer1.Value / 10, Parent.Width + Len(Title1.Text) * Title1.Size), 70)


    Please find an attached video of the current behavior and thank you so much for lending your expertise! 
Categories:
I have the same question (0)
  • ialbasheir-kbr Profile Picture
    87 on at
    Cool effect.. but I think you can achieve this with Sine wave function of X axis with a timer that start reset automatically. this will allow to repeat the cycle and perform a revolving effect. 
  • Suggested answer
    stampcoin Profile Picture
    5,153 Super User 2026 Season 1 on at
    I share one approach.
     
    Timer:
    1. Duration= Len(TextCanvas1.Text)*100 
    2. Repeat = true // It will repeat when reach the text length.
    TextInput: (if you use classic, assign Text rather than Value)
    Value = 
     Mid(
        TextCanvas1.Text & "     " & TextCanvas1.Text, // duplicate with space buffer
        Max(1, Mod(Timer1.Value / 100, Len(TextCanvas1.Text) + 5)), // scrolling index
        50 //change this according to your control width.
    )
     
    see my attached gif.
     
     
    loopingmarquee .gif

    Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard