Skip to main content
Version: 3.5

MenuItemSizeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how a MenuItem in a MenuBar or a MainMenu behaves when the control resizes.

public enum MenuItemSizeMode : Enum

Fields

NameDescription
AutoThe width of the MenuItem is determined by its contents.
FillThe MenuItem uses the available space on the MenuBar or MainMenu (the space not taken up by other menu items whose SizeMode property is set to Auto) and shares it with other menu items that have their SizeMode property set to Fill.

Used By

NameDescription
MenuItem.SizeModeReturns or sets how the menu item is resized when in a MenuBar or MainMenu