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

  • Home
  • SEARCH
  • 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 8548843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:35:25+00:00 2026-06-11T13:35:25+00:00

I have a Windows Forms Toolstrip with the property ‘CanOverflow’ enabled. Items that don’t

  • 0

I have a Windows Forms Toolstrip with the property ‘CanOverflow’ enabled. Items that don’t fit in the toolstrip, are moved into the drop-down overflow menu. Is there a way to control the size of the Overflow menu?

I have a vertical toolstrip and there are currently too much items in it. Some items don’t fit on the screen and have become inaccessible. I want to adjust the width, because it can show multiple items on each line.

  • 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-11T13:35:26+00:00Added an answer on June 11, 2026 at 1:35 pm

    You can create a multicolumn table layout in a DropDown menu by setting the ColumnCount of the TableLayoutSettings, for example:

    ToolStripDropDown drop_down = new ToolStripDropDown();
    // ...add your huge number of ToolStripItems to drop_down.Items here
    drop_down.LayoutStyle = ToolStripLayoutStyle.Table;
    ((TableLayoutSettings)drop_down.LayoutSettings).ColumnCount = 2; // Or whatever you need
    menu_item.DropDown = drop_down;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Windows Forms UI, that allows me to enter format for string formatting
I have a windows forms client that consumes an ASP.net web service. It's my
I have a windows forms app where I have split different functionality into several
I have a Windows Forms project in Visual Studio that reads configuration files from
I have a windows forms application that reads and updates an XML file with
I have a Windows Forms application that on it I have a RichTextBox, like
I have a Windows Forms application that I'm working on, but I'm having trouble
I have a Windows.Forms client that is packaged as MSI by using a Visual
I have a Windows Forms application that when the Main Window is closing, it
I have a Windows Forms app that displays a list of objects in a

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.