Completed
Last Updated: 04 Dec 2020 08:13 by ADMIN
Release R3 2018 SP1
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 26 Sep 2018 07:26
Category: MultiColumnCombo
Type: Bug Report
2
FIX. RadMultiColumnCombobox - control is shrunk when the DropDownStyle is set to DropDownList and the text is empty
To reproduce: Add a RadMultiColumnCombobox to the form, set the DropDownStyle property to DropDownList and clear the text. You will notice that the height of the control is not bigger than 5 px.

Workaround: set MinimumSize 

Me.RadMultiColumnComboBox1.MinimumSize = New Size(200, 23)

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 06 Dec 2018 13:54
The issue can be reproduced in R3 2018 SP1 by simply setting the RadMultiColumnComboBox.DropDownStyle property to RadDropDownStyle.DropDownList and setting the Text to "".