Completed
Last Updated: 29 Sep 2014 08:19 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 22 Sep 2014 12:28
Category:
Type: Bug Report
0
FIX. RadDropDownList - Incorrect text alignment for the popup items in RTL mode
Workaround:

 Private Sub RadDropDownList1_VisualListItemFormatting(sender As Object, args As VisualItemFormattingEventArgs)
        args.VisualItem.TextAlignment = ContentAlignment.MiddleRight
    End Sub
0 comments