Completed
Last Updated: 07 Feb 2020 10:02 by ADMIN
Release R1 2020 SP1 (LIB 2020.1.210)
Dimitar
Created on: 03 Sep 2019 07:41
Category: MultiColumnCombo
Type: Bug Report
0
RadMultiColumnComboBox: The control is not sized correctly when it is added to a TableLayoutPanel

Workaround: 

Workarond:
radMultiColumnComboBox1.AutoSize = false;
radMultiColumnComboBox1.MinimumSize = new Size(0, 22);

0 comments