Skip to main content
Version: 4.1

ToolBarButtonSizeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies how a ToolBarButton in a ToolBar control behaves when the control resizes.

public enum ToolBarButtonSizeMode : Enum

Fields

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

Used By

NameDescription
ToolBarButton.SizeModeReturns or sets how the toolbar button is resized.
ToolBarButtonExtensions.SizeModeSets the size mode of the ToolBarButton.