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?

 채택된 답변

Walter Roberson
Walter Roberson 2013년 5월 30일

0 개 추천

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

추가 답변 (1개)

ryan
ryan 2013년 5월 30일

0 개 추천

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

댓글 수: 2

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 2013년 5월 30일
Thank you!

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

질문:

2013년 5월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by