Question
2
Replies
1312
Views
Posted: November 30, 2016
Last activity: December 5, 2016
Multi-line combo box items- Openspan/Pega robotics
Hello,
Simple question today. Is it possible to have combo box items that span across multiple lines, such as when using Wordwrap or the Multiline property.
E.g.
Please select an option:
• This is the
first option
• This it the
second option
• Longer options
can span multiple
lines so they don't
cut off.
Thanks,
Ryan
Hi Ryan,
There is a way to do this in code if you choose to create your own custom combox and reference it through your Pega Studio project. There are several examples of how to do so if you search multiline combobox c# on google.
However, there is no way to perform this action using the given .NET Visual Studio drag and click combobox that is referenced with our product.
I would suggest to use a tooltip to further provide info on highlighted or hovered items that are in the combo box to show to user instead. The tool tip can bind to the items of the combo box by index.