Unplanned
Last Updated: 30 Mar 2016 14:02 by ADMIN
ADMIN
Stefan
Created on: 03 Jun 2015 10:23
Category: UI for WinForms
Type: Bug Report
1
FIX. TPF - setting properties of a control elements in the Visual Studio Properties window does not serialize the settings in the designer file, hence, after the form is reopened, they are lost
To reproduce:
- Drag RadDropDownList control on a form, expand its DropDownListElement property, and change the ItemHeight
- Another case is, on a RadForm, expand FormElement>TitleBarElement and set its Visibility to Collapsed

Workaround: set the desired property at runtime
radDropDownList1.DropDownListElement.ItemHeight = 22;
0 comments