AD
Administrator
Syncfusion Team
July 1, 2003 10:26 AM UTC
If you use RTL with the standard Windows Forms controls like the ListBox which what the dropdown is, then you get the scrollbar on the left.
Another possible solution would be to use a GridListControl in a dropdown cell. Then you could handle the QueryCellInfo event of the embedded grid and set the Horizontal alignment there. Attached is a sample that does this in Form_Load. If you have several GridListControl cells using different datasources, you could use the CurrentCellShowingDropDown and CurrentCellCloseDropDown to dynamically hook and unhook the particular eventhandlers you need to control the looks for each of the different datasources.