Applies to
RibbonComboBoxItem controls
Description
Specifies whether or not to automatically scale the width and height of the control according to the width and height of the content. (Default is TRUE.)
When this property is set to FALSE, the width and height of the control is determined by the Width, BoxWidth, and/or BoxHeight properties; if the Width, BoxWidth, and/or BoxHeight properties are set to 0 or not specified, the width and height is determined by the program.
Usage
RibbonComboBoxItem lr_ComboBox lr_ComboBox.AutoScale = false lr_ComboBox.Width = 500 lr_ComboBox.BoxWidth = 200 lr_ComboBox.BoxHeight = 30