property ComboBox.AllowSizeGrip as Boolean

Retrieves or sets a value indicating whether the drop-down window is resizable at runtime.

TypeDescription
Boolean A boolean expression indicating whether the drop-down window is resizable at runtime.

By default, the AllowSizeGrip property is False. If the AllowSizeGrip is True, the control displays a size grip on the bottom-right side of the list window, and it can be used to resize the list window at runtime. Use the MinWidthList and MinHeightList properties to specify the minimum size of the drop down window. Use the AllowHResize, AllowVResize properties to specify whether the width, height of the drop down portion of the control are resizable.