689
Views
7
Comments
Solved
How to add icons into DropDownList with each item

Hi guys,

Is there a way that I can add icons into DropDownList with each item like the image bellow? 

Regards

Minh.



2020-03-01 17-52-33
Nikhil Gaur
Solution

Hi Minh,

For traditional you can use thid dropdown instead of compobox or other controls like dropdown select etc. This gives you option to add other widgets in the list items.

Here is the documnetation link for your reference

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Interfaces/Designing_Screens/Dropdown

2019-12-17 02-52-33
Minh Tran

Nikhil Gaur wrote:

Hi Minh,

For traditional you can use thid dropdown instead of compobox or other controls like dropdown select etc. This gives you option to add other widgets in the list items.

Here is the documnetation link for your reference

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Interfaces/Designing_Screens/Dropdown

thank you very much for this solution, it works.



2019-11-11 17-10-24
Manish Jawla
 
MVP
2019-12-17 02-52-33
Minh Tran

Manish Jawla wrote:

Hi Minh,

check the below link:

https://outsystemsui.outsystems.com/OutSystemsUIWebsite/PatternDetail?PatternId=69

Hi Manish, thank you for the reply but i dont understand the tutorial in the link, how can it help me with this issue?

 


2020-03-01 17-52-33
Nikhil Gaur

Hi Minh,

Manish was trying to say is if you are working with reactive web apps you can use Submenu widget instead of dropdown and show this kind of drop menu where you can add other elements also like icon etc.

2019-12-17 02-52-33
Minh Tran

Nikhil Gaur wrote:

Hi Minh,

Manish was trying to say is if you are working with reactive web apps you can use Submenu widget instead of dropdown and show this kind of drop menu where you can add other elements also like icon etc.

Hi Nikhil, 

Unfortunately, im working with Traditional webb app, not Reactive and i cannot find this widget in any producer from my environment.

regards.

Minh.


2020-03-01 17-52-33
Nikhil Gaur
Solution

Hi Minh,

For traditional you can use thid dropdown instead of compobox or other controls like dropdown select etc. This gives you option to add other widgets in the list items.

Here is the documnetation link for your reference

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Interfaces/Designing_Screens/Dropdown

2019-12-17 02-52-33
Minh Tran

Nikhil Gaur wrote:

Hi Minh,

For traditional you can use thid dropdown instead of compobox or other controls like dropdown select etc. This gives you option to add other widgets in the list items.

Here is the documnetation link for your reference

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Interfaces/Designing_Screens/Dropdown

thank you very much for this solution, it works.



2020-03-01 17-52-33
Nikhil Gaur

You're welcome Minh, glad I could help!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.