Announcements
Hi,
I want the names of the selected items from the combo box to appear
I have selected 8 items here instead of 8 items I want the names of the selected items to appear.
Hi @Subarna
Displaying the names of selected items in a combo box control becomes challenging due to its limited width, allowing only 3 or 4 items to be visible. Adjusting the width is essential to achieve a balance that ensures the display of selected item names.
Thanks!
If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.
This issue arises when the items selected by the user exceed the size of the dropdown box, and unfortunately, combo boxes don't support word wrapping (that I know of). There are two potential solutions: either expand the size of your dropdown dynamically based on the selected items, or display the selected items in a text label next to the box, allowing for all items to be shown.
If I have answered your question, please mark your post as Solved.If you like my response, please give it a Thumbs Up.Cheers!Rick Hurt
Hi Rick,
Instead of items is it possible to display as persons since the combo box contains data of the name of the persons so instead of 8 items, I want it as 8 persons.
Unfortunately, customizing the message within the combo box itself doesn't seem to be possible. However, a workaround could involve overlaying a custom label on top of the combo box to display the desired message. It's important to ensure that this doesn't affect the functionality of the combo box.
//Label Text Property $"{CountRows(ComboBox1.SelectedItems)} persons"
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 846
Valantis 532
Haque 410