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 / Tab control hide and s...
Power Apps
Answered

Tab control hide and show on canvas app

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

I want to implement the below, please suggest how to do it. Thanks in advance ! Please refer the screenshot, it would be easier to understand as explained below.

 

Once clicked on button "Layout the Plan",  "In-call effectiveness" & "Selling" have to be shown on the UI and has to hide button: "Technical Capability". But when it is clicked on "Assess Part 1", "Selling" & "Technical Capability" have to be shown and has to hide "In-call effectiveness".

Note: I am using variable Set (Vartopbutton, "Layout the Plan") at Onselect property of "Layout the Plan" as  a global variable & so as for other buttons like "Assess Part 1".

Tabscontroldisble.PNG
Categories:
I have the same question (0)
  • Verified answer
    yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hi @Anonymous 

     

    In that case, can you try to configure the properties as:
     
    Layout the Plan Button -> OnSelect -> Set(Vartopbutton,"Layout the Plan")
     
    Assess Part 1 Button -> OnSelect -> Set(Vartopbutton, "Assess Part 1")
     
    Now, on the buttons to show/hide:
     
    In-call effectiveness button: Visible -> If(Vartopbutton = "Layout the Plan",true,false)
     
    Selling button: Visible -> If(Vartopbutton = "Layout the Plan" || Vartopbutton = "Assess Part 1",true,false)
     
    Technical Capability Button : Visible -> If(Vartopbutton = "Assess Part 1",true,false)
     
    Hope this Helps!

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    thank you it worked. I am greatful @yashag2255 

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 638

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard