Hi all,
unfortunately I have another problem using the XamComboEditor from WPF4 package (v13.1, SharedXAML).I´m using this combo with autocomplete feature enabled and bound to a list of objects. Selection and autocomplete works fine but I cannot find any property for controlling the width of the dropdown area. Since items in combo are quite long the combo itself cannot show the whole item once it is selected (that´s ok). But when the dropdown area is shown while typing text (and using autocomplete) it would be nice to have this area in full width of the longest item.How can I do this?Left control: XamComboEditor w/o expanded dropdown area (my problem)Right control: AutoCompleteBox from WPF ToolKit with expanded dropdown area (that´s what I want)
Thanks,Daniel
Hello,
You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.
There are many benefits to submitting an product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.
Hi Stefan,
I actually did benefit from this work around. Thanks!
One suggestion - wrap this functionality in a XamComboBox property.
Hello Daniel,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thanks Stefan,
this is exactly what I´m looking for :)
regards,Daniel
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the XamComboEditor’s Loaded event and in its handler I handled the DropDownPopup’s Opened event in order to be able to set its Width to Double.NaN, so it can be auto sized. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.