CMFCRibbonComboBox::EnableDropDownListResize

Specifies whether the list box can change size when it drops down.

void EnableDropDownListResize(
   BOOL bEnable=FALSE 
);

Parameters

  • [in] bEnable
    TRUE to enable resizing; FALSE to disable resizing.

Remarks

When resizing is enabled, the list box will change size to fit the items it displays.

Requirements

Header: afxribboncombobox.h

See Also

Reference

CMFCRibbonComboBox Class

Hierarchy Chart