Back to Devexpress

PopupMenuBase.MaxColumnHeight Property

wpf-devexpress-dot-xpf-dot-bars-dot-popupmenubase-2f47a514.md

latest1.9 KB
Original Source

PopupMenuBase.MaxColumnHeight Property

Gets or sets the maximum height of the links column in the popup menu. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double MaxColumnHeight { get; set; }
vb
Public Property MaxColumnHeight As Double

Property Value

TypeDescription
Double

A Double value that is the maximum height of the links column in the popup menu.

|

Remarks

By default, BarItemLinks displayed within a popup are arranged in a single column. The MaxColumnHeight property specifies the column’s height. If a column exceeds this value its bottom BarItemLink is moved to the next column. The MaxColumnHeight property is ignored until the PopupMenuBase.MultiColumn property is set to true.

The alternate way to display multiple columns is to use the PopupMenuBase.MaxRowCount property that overrides the MaxColumnHeight property.

See Also

MultiColumn

MaxRowCount

StretchRows

PopupMenuBase Class

PopupMenuBase Members

DevExpress.Xpf.Bars Namespace