Skip to main content
Community site session details

Community site session details

Session Id : OU/wrhI65BPCG7BoQ5vNKu
Power Apps - Building Power Apps
Answered

How to resize the Text in Gallery Tiles

Like (0) ShareShare
ReportReport
Posted on 25 Jan 2021 13:55:02 by 227

Hi,

 

I have total 20 gallery tiles in Gallery 1, which means 20 Texts on each tile. Two Gallery text tiles (Font size) need to be resize to the size 12 and 15. The Default text size is 25. I was able to reduce the text size of one tile using below formula, I am not sure how to reduce the size of other tile ? The text in Other Tile that needs to reduce contains "Sys2".Any help is appreciated!

 

If("Sys1" in Thisitem.System,15,25)

 

Thanks in advance for your time!

  • Newbie12 Profile Picture
    227 on 25 Jan 2021 at 16:12:26
    Re: How to resize the Text in Gallery Tiles

    Worked out perfectly. Thank you!!

  • Verified answer
    eka24 Profile Picture
    20,921 on 25 Jan 2021 at 16:03:59
    Re: How to resize the Text in Gallery Tiles

    If(IsMatch(ThisItem.System,"Sys2",Contains),12,

    If(IsMatch(ThisItem.System,"Sys1",Contains),15,25))

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Newbie12 Profile Picture
    227 on 25 Jan 2021 at 15:13:16
    Re: How to resize the Text in Gallery Tiles

    How will it work for changing the text size for "Sys2"(Size 12) including "Sys1" at 15 ?

  • eka24 Profile Picture
    20,921 on 25 Jan 2021 at 14:55:59
    Re: How to resize the Text in Gallery Tiles

    Use Match function:

    If(IsMatch(ThisItem.System,"Sys1",Contains),15,25)
    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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