MenuItemSizeMode

Wisej.Web.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

Auto

The width of the MenuItem is determined by its contents.

Fill

The 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

Returns or sets how the menu item is resized when in a MenuBar or MainMenu

Last updated