Invert Listbox Arrows
이전 댓글 표시
Hi,
I have the following string on a list box
1 2 3 4
When I click the arrow down it will go down the list in ascending order and the up arrow will go in descending order. What I want is that the down arrow would decrement the handle's value and the up arrow increment the handle's value. Is there a way to do this?
Thanks,
답변 (1개)
Walter Roberson
2011년 12월 1일
0 개 추천
You could try using the KeyPressFcn callback: see http://www.mathworks.com/help/techdoc/ref/uicontrol_props.html#bqxoim8
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!