Unplanned
Last Updated: 15 Aug 2017 10:02 by ADMIN
ADMIN
Hristo
Created on: 04 Dec 2015 12:59
Category:
Type: Feature Request
1
ADD. RadDropDownList - add a property defining the horizontal text alignment of the editable element
The property should be accessible from the designer in Visual Studio. Until this is implemented use the following solution at run-time:
this.radDropDownList1.DropDownListElement.EditableElement.TextBox.TextAlign = HorizontalAlignment.Center;
0 comments