Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Nikolay
Created on: 10 Dec 2009 09:50
Category: UI Framework
Type: Bug Report
0
RadComboBox dropdown's layout issue
When RadComboBox is dynamically filled with items, the layout does not give a valid size to the items, since the dropdown is not initially opened.

The current workaround is to call the UpdateLayout method:
this.radComboBox1.ComboBoxElement.ComboPopupForm.ListBox.UpdateLayout();
0 comments