Gallery.SizeMode Property
In This Article
Gets or sets how a gallery, when it's displayed within a dropdown window, can be resized. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
#Remarks
A gallery can be displayed within a dropdown window. Use the SizeMode property to allow the dropdown gallery to be resized. If the SizeMode property is set to Both, the gallery can be resized both vertically and horizontally via the size grip displayed at the bottom of the dropdown window.
See Also