Dropdown Menu with check marks

Is there a way to make a dropdown menu (using guide), where each of the options in the dropdown menu can also act as checkboxes?

 Respuesta aceptada

Walter Roberson
Walter Roberson el 30 de Mayo de 2013

0 votos

No, not using GUIDE. There might be some way by going in at the Java level.

Más respuestas (1)

ryan
ryan el 30 de Mayo de 2013

0 votos

Is there any way to change the background color of different lines in a drop down menu? (almost like a checkbox)

2 comentarios

a = '<HTML><body bgcolor="red">red choice';
b = '<HTML><body bgcolor="green">green choice';
c = '<HTML><body bgcolor="#C4098A">C4098A choice';
test = uicontrol('style','pop', 'string', {a;b;c})
ryan
ryan el 30 de Mayo de 2013
Thank you!

Iniciar sesión para comentar.

Categorías

Más información sobre Simulink Environment Customization en Centro de ayuda y File Exchange.

Preguntada:

el 30 de Mayo de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by