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 / Combo-Box Selector Box...
Power Apps
Unanswered

Combo-Box Selector Box (Chevron) too big after rotating screen

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello, Guys!

I've found a strange behavior in the component Combo-Box:
1 - Taking a look at the components inside the red-circle in the picture Doubt1.jpg, we can see they're fine and properly shown.
2 - When I rotate the screen 90 degrees, it exhibits those 2 components as shown in picture Doubt2.jpg.
3 - Strangely enough, the Date Picker is properly shown while the Combo-Box is not.

 Question: I want to exhibit the Combo-Box with the same proportions as the Date Picker, how can I do that?

NOTE: I selected "scale to fit" property in Screen Advanced Setting for my App.

Thanks and any help would be appreciated!

 
Doubt2.jpg
Doubt1.jpg
Categories:
I have the same question (0)
  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at

    Can you please show all the size related properties of the combo box control? 

     

    ---
    If you like this reply, please give kudos (Thumbs Up). And if this solves your problem, please mark this reply as a solution by selecting Accept as Solution. This makes it easier for others to find answers to similar questions. 

     

    Thanks!

    Hardit Bhatia

    Blog | Twitter | LinkedIn | Facebook | YouTube  |  Email

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello Mr. Bhatia,

     

    I took a snapshot of the screen in picture Doubt3.jpg, showing them. The properties X, Y and Width are functions with the following:
    X = (Label_Right_Above).X

    Y = (Label_Right_Above).Y + (Label_Right_Above).Height

    Width = RoundUp( (Large_Text-Input_Above).Width / 2 , 0 )

     

    Thanks for replying!

    Doubt3.jpg
  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at

    Try to increase the height of your drop down. It seems as if its just the chevron that's getting big but it is probably the entire drop down. 

     

    For testing purposes, just add a static value (50 or 100) to the height formula of the drop down. Can you also share what the current formula for height is? 

     

    ---
    If you like this reply, please give kudos (Thumbs Up). And if this solves your problem, please mark this reply as a solution by selecting Accept as Solution. This makes it easier for others to find answers to similar questions. 

     

    Thanks!

    Hardit Bhatia

    Blog | Twitter | LinkedIn | Facebook | YouTube  |  Email

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello again!

    The Height is not a function, it's a constant with value 40:

    Doubt3.jpg

     

    And about what you said:
    "
    It seems as if its just the chevron that's getting big but it is probably the entire drop down.


    No, it's not the combo-box that's getting bigger. It is just the chevron:


    Picture BEFORE (vertical):
    Doubt1.jpg

     

     

    Picture AFTER (horizontal):

    Doubt2.jpg


    I've changed to other values, and as I increase its Height little by little, the Chevron reaches a point that it gets more shown and less cut. It seems that the Height of the Chevron is a function of its Width. And since its Width is a function of the Combo-Box's Width, the Combo's Height does not make a difference.

    I suspect that the Developer's might have implemented the Chevron Height as a function of the Width, and not as of both the Width and Height. Probably it's a bug in the component, because clearly it was supposed to have the same behavior as the Date Picker (which has the same properties and functions).

     

    What do you think?


    Thanks again for the reply!

    Doubt1.jpg
    Doubt3.jpg
    Doubt2.jpg
  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at

    Yea, no worries, happy to help!

     

    The reason I suspect it is not a bug is because if you add a combo box as is and adjust its width, it's chevron adjusts itself properly. 

     

    Help me out with one more thing, in the "After" scenario, what is the actual width value of the combo box. May be I can try with a combo box of that width and see if it makes a diff. 

     

    ---
    If you like this reply, please give kudos (Thumbs Up). And if this solves your problem, please mark this reply as a solution by selecting Accept as Solution. This makes it easier for others to find answers to similar questions. 

     

    Thanks!

    Hardit Bhatia

    Blog | Twitter | LinkedIn | Facebook | YouTube  |  Email

  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    And the value of height of the combo box in the "After" scenario.

    Thanks,
    Hardit Bhatia
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    1 - About your reply:
    "The reason I suspect it is not a bug is because if you add a combo box as is and adjust its width, it's chevron adjusts itself properly."
    You're only considering Width, i'm talking about Height. The Height is not being taken into account after rotation. If you change Height it doesn't make a difference. So it is a bug.

    2 - About:

    "... in the "After" scenario, what is the actual width value of the combo box ..."
    The BEFORE scenario:

    - Tablet on the Vertical (1024 x 768)
    - Width = 352

    - Height = 40

     

    And when it is on the Horizontal (768 x 1024), I can't determine it through the tablet because I'm using "Scale to Fit" option for the Screen. And even when running the App on the Web, I can't get the value through the browser's inspector. BUT, if it's "scaling" it should probably be:

    The AFTER scenario:

    - Tablet on the Horizontal (768 x 1024)

    - Width = 469.3

    - Height = 30

     

    I hope you can check it!

    Thanks again!

  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at

    I will leave it to the Microsoft folks to look at if its a bug or not, but the only reason I suspect it is not, is because when we do this manually, this "I suspect that the Developer's might have implemented the Chevron Height as a function of the Width, and not as of both the Width and Height. " doesn't stand true. 

     

    I tried changing the values manually and it worked fine. Did you try that by any chance? 

     

    ---
    If you like this reply, please give kudos (Thumbs Up). And if this solves your problem, please mark this reply as a solution by selecting Accept as Solution. This makes it easier for others to find answers to similar questions. 

     

    Thanks!

    Hardit Bhatia

    Blog | Twitter | LinkedIn | Facebook | YouTube  |  Email

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Are you running the App on a Mobile? And are you using the "Scale to Fit" Screen Setting?

  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at

    Yes, and it worked fine for me. Which is why I am confident that there is something between what you have and I. So if you could test it out that would be great. 

     

    ---
    If you like this reply, please give kudos (Thumbs Up). And if this solves your problem, please mark this reply as a solution by selecting Accept as Solution. This makes it easier for others to find answers to similar questions. 

     

    Thanks!

    Hardit Bhatia

    Blog | Twitter | LinkedIn | Facebook | YouTube  |  Email

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard