Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5988349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:56:46+00:00 2026-05-22T22:56:46+00:00

In system.windows.forms, a combo box had a DropDownStyle. Unfortunately, I hate the style of

  • 0

In system.windows.forms, a combo box had a DropDownStyle. Unfortunately, I hate the style of a readonly combo box in WPF, and there is no longer the ability to set the DropDownStyle/FlatStyle to is there an easy way to simply never use the ugly gray “button”-looking combo box and always use the appearance as though it is a text box with a drop down arrow?

I hope I’m making sense… Accomplishing this seems way more difficult than it should be.

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:56:47+00:00Added an answer on May 22, 2026 at 10:56 pm

    Toggle IsEditable and that will give you the style right away.

    <ComboBox IsEditable="True">
        <!-- items -->
    </ComboBox>
    

    If you don’t want the text box to be editable, also set IsReadOnly:

    <ComboBox IsEditable="True" IsReadOnly="True">
        <!-- items -->
    </ComboBox>
    

    The text in the text box still highlights when you select something, but it can’t be edited as it’s read-only.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In System.Windows.Forms.Application there are two properties called LocalUserAppDataPath and UserAppDataPath . On this computer
I am using the System.Windows.Forms.WebBrowser object for displaying and printing a report. Unfortunately the
I think there is a bug in System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetPartSize() . Found through this link .
I have a System.Windows.Forms.ComboBox on a form and I want to capture the event
I'd like to create a derived control from System.Windows.Forms.ComboBox that is bound to a
Consider System.Windows.Forms.StatusStrip . I have added a StatusStrip to my Windows Forms application, but
Take the method System.Windows.Forms.Control.Invoke(Delegate method) Why does this give a compile time error: string
I have a System.Windows.Forms.TreeView docked inside a panel. I am setting a node selected
I have a System.Windows.Forms.Button control, and I want to add a hover-text explanation of
The Application class in System.Windows.Forms have a some properties that can be quite useful.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.