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 8282923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:33:12+00:00 2026-06-08T10:33:12+00:00

I have ribbon tabs, and there are buttons, textboxes,comboboxes in each tab. My problem

  • 0

I have ribbon tabs, and there are buttons, textboxes,comboboxes in each tab. My problem is, I want to be able to scroll down and up with my mouse wheel (for the combobox), but instead, my mouse wheel changes the tabs. It doesn’t affect the combobox in it. Is there a way to fix this? It is really annoying.

  • 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-06-08T10:33:14+00:00Added an answer on June 8, 2026 at 10:33 am

    Too long for a comment, so I will post it here.

    Try creating your own class that inherits from that Ribbon control. I don’t have a ComponentOne library, so for this example, I am just calling the control “Ribbon”:

    public class MyRibbon : Ribbon {
    
      public bool DisableMouseWheel { get; set; }
    
      protected override void OnMouseWheel(MouseEventArgs e) {
        if (!this.DisableMouseWheel) {
          base.OnMouseWheel(e);
        }
      }
    }
    

    Rebuild your solution. Click on the “Show All Files” button from the Solution Explorer and open your designer file for your form. There should be two lines in the file that reference your Ribbon type, replace the type with your new MyRibbon class.

    Now subscribe to the ComboBox’s Enter and Leave events where you change the DisableMouseWheel property.

    Make a backup of your work before trying this.

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

Sidebar

Related Questions

I have to create a SharePoint 2010 ribbon element (tabs, buttons, groups, etc.). Is
I have a set of buttons on one of my custom entities ribbon and
I have a ribbon in my application with a contextual tab. I have managed
Does Microsoft have ribbon control for non-Office applications? If not is there any that
I am using the Fluent Ribbon and got stuck with this problem. I have
I have got my main wingow with ribbon tabs and a datagrid. How can
I have a ribbon window with a number of buttons wich is using a
I have created a ribbon control using VSTO, and want to call function in
I have a ribbon in my view named 'ribbon' that have 2 tabs as
So I'm having this strange problem. I have a ribbon moving behind the navigation

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.