Completed
Last Updated: 10 Jan 2017 11:55 by ADMIN
ADMIN
Dimitar
Created on: 12 Dec 2016 08:48
Category:
Type: Bug Report
1
FIX. RadDropDownList - the TextAlignment is reset when one is setting the text of the DropDownList
To reproduce:
- DropDownStyle should be DropDownList.
- Add some items and set the SelectedIndex.
- Set the text so another item is selected.

Workaround: 
 radDropDownList1.DropDownListElement.EditableElement.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
0 comments