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 / TabList alignment not ...
Power Apps
Answered

TabList alignment not changing based on screen size

(1) ShareShare
ReportReport
Posted on by 441
Hello,
 
Hoping this is something really simple I've missed but I can't seem to get my tablist to change between horizontal and vertical based on screen size.
 
I'm following this tutorials which is 2 years old, so could be why but i can't get it to work: https://www.youtube.com/watch?v=TWcQwocLsE4

 
Then my mobile view which I've checked using 'allAccessionItems'.Size equals 1 when i switch to mobile view however nothing changes.
 
 
The only way I can get it to appear horizontal is if i keep the alignment as:
 
Hoping this is something really simple I'm missing!
 
Thanks!
Categories:
I have the same question (0)
  • Verified answer
    DP_Prabh Profile Picture
    354 on at
    Hi @Jap11,
    Please check these properties,
    BottomContainer - outter container - LayoutDirection property = 
    If(App.Width<600, LayoutDirection.Vertical, LayoutDirection.Horizontal)
    highlighted container
     
    ----
    SidebarContainer - Height - 
    If(App.Width < 600, 60, Parent.Height)    // for testing I've set this you may change
    LayoutDirection  = LayoutDirection.Horizontal
    ---
    Then TabList :
    Alignment = 
    If(
        App.Width < 600,
        LayoutDirection.Horizontal,
        LayoutDirection.Vertical
    )
     
    height = 
    If(App.Width < 600, 60, Parent.Height)
     
    width = Parent.width
    ----
    Canvas size it will be shown like this 
    Mobile view:
     
    I hope this works for you!
     
  • Jap11 Profile Picture
    441 on at
    @DP_Prabh - thank you, this worked!
     
    Really appreciate your help :)

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,027

#2
Valantis Profile Picture

Valantis 644

#3
11manish Profile Picture

11manish 626

Last 30 days Overall leaderboard