Hi,
I noticed that sometimes the dropdown appears above the textbox where I can type, and sometimes the dropdown appears below the textbox.
Is there any parameter that I can set to control this manually and explicitly?
I read the documentation of this control and understand the MaxDropDownHeight property can affect the position of the dropdown. However, after I assigned a fixed value to this property, the position of the dropdown is still not under my control.
Thank you.
Regards,
Frank
Hi Frank,
The XamComboEditor tries to display the drop down below the textbox area however sometimes there is not enough(that's how MaxDropDownHeight affect the position) space bellow and that's the case where it places the popup above. Unfortunately, currently there is no way you could specify explicitly where the dropdown should be placed.