i am having too many menuitems in menubar. i want to scroll via mouse - vb.net-2010

I have some menus that contain many menuitems. Mouse wheel doesn't scroll them. I have to use the keyboard arrows or click the arrows at top and bottom. Is it possible to use the mouse wheel to scroll toolstrip menu items? in vb.net Thanks

I have done this by list box because i dint got anything.
i have even use text box so that i can sort my data easily as it has too many menu items
It scrolls easily n get sorted by text box so i can easily find my menu items
thanks.

Related

How to set the scroll position of the selected element upon reopening ReactSelect menu?

When I open my react-select component with an item already selected, the menu is scrolled upwards with white space of the next item showing at the bottom:
Menu scrolled upwards on open
What I am required to do, however, is to make it look like this, that is, to have my selected item at the very bottom of the menu box:
Menu as I am trying to get it to look on open
Documentation did not help me regarding this particular issue. Is there a way to achieve this, or is this behaviour imposed by react-select?

Devexpress Form With Header Panel (Title) and Menu Below Panel

Can someone give me insight how can I achieve the form with panel title first and then menu bar below panel (barmanager). Because devexpress always put barmanager on top
Thank you
EDIT :
After I add standalonebardock, the result as picture shown below: the red bar is standalonebardock
UPDATE :
After I drag the barmanager menu into standalonedock, now it is already inside the dock. But the menu still on top docking, what I need how to make space above menu so I can write title/image/etc
The StandaloneBarDockControl control allows bars to be displayed at any position within the form, not simply docked to the form’s edge. To do this, create a StandaloneBarDockControl object and add bars to it. Bars can be added to the control at design time or runtime.

Popup menu hidden behind other items in FlatList

I have a FlatList and each item uses the react-native-popup-menu functionality to show a popup menu when clicked. However, only the top of the menu appears and the rest is hidden behind the following list items. Is there a way to have the menu appear atop the entire FlatList? Thank you.

Is there a way to pin a TabPage so it will be visible even when scrolling?

I have a TabControl in a Form. I'm adding tabs programatically to it. The Multiline property is false, so when they don't fit the area, the left and right arrows appear. But the first couple of tabs are special ones, they should not moved to the left when the right arrow is clicked, they should remain where they are. Is there a way to do this, like pinning a tab in a browser?
I was thinkig about catching the event of clicking the tabheader arrows, and positioning the first tabs to their original location, but I don't know which event can handle that, and the repositioning would really work.
Thanks for any ideas!

Placing existing textboxes into a toolbar

I was wondering if there is any way to place existing text boxes into a toolbar in Visual Basic 2010. These text boxes are also linked to a database.
I need a way to have the textboxes on display when any tabpage is selected, therefore I thought perhaps having them in a toolbar above the tab bar would be a solution to the problem.
Many thanks.
I don't see why not how about a panel aligned on top of form. You can position the top of the TabControl wherever you want.