web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details
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!

  • 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.

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