Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Dropdown position
posted

when using the xamComboeditor, the dropdown seem to try to place the dropdown to the left of the control itself, are there any way to change this behaviour ?

Parents
No Data
Reply
  • 12875
    Suggested Answer
    posted

    Hi,

    I would expect the dropdown natively to be displayed directly below the textbox, with the same width as the control.

    Could you provide me with your xaml or code defining the control and the product version of NetAdvantage for WPF you are using?  Please include the specific service release so that I can try to reproduce the behavior.

    It is possible to use the DropDownOpened event and set the width of the dropdown.  You might check to see if that was being done in your application.

    I look forward to working with you.

     

     

     

Children