Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Question - How do i make icon change position based on screen container width and height?

Posted on by

I have a an icon i am using to navigate with. However, when i change the view of the screen it will either be in the center (monitor), placed correctly, on the side (canvas) and on mobile not on the screen at all. 

 

Any help at all to make it reactive, that would be great. 

 

PowerNovice_0-1699437503027.png canvas

PowerNovice_1-1699437535962.pngscreen

 

  • AARON_C Profile Picture
    AARON_C 2,241 on at
    Re: Question - How do i make icon change position based on screen container width and height?

    @PowerNovice 

     

    You would use this on the X property:

    (Parent.Width / 2) - (Self.Width / 2)
  • PowerNovice Profile Picture
    PowerNovice on at
    Re: Question - How do i make icon change position based on screen container width and height?

    Thank you! 

     

    @AARON_C How would keep the circles in the center of the screen? 

  • Verified answer
    AARON_C Profile Picture
    AARON_C 2,241 on at
    Re: Question - How do i make icon change position based on screen container width and height?

    Hi @PowerNovice,

     

    Use this formula on the X property of your icon.

    Parent.Width - Self.Width - X 
    // Where X is the amount you would like it away from the right hand side of the screen.

     

    Please tick Accept as solution if the answer is useful.

    Thanks,

    @AARON_C 

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,246

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,884

Leaderboard