App designer listbox detect mouse click

I have a listbox in my app and I want upon clicking on an item in the app designer to display some more additional information about the selected item. This I can achieve with ListBoxValueChanged function. However, the list box also get updated because I have implemented item filter functions. In such a case, the ListBoxValueChanged function does not get triggered. Is there a possiblity for implementing a mouse down function for list box in app designer?

답변 (1개)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2020년 6월 4일

0 개 추천

Hi,
As of now MouseDown function is not supported to be used with ListBox. But if you could provide more information on item filter functions, I might be able to suggest you a work around

댓글 수: 2

Jian Wu
Jian Wu 2020년 6월 4일
I have some items in a list box. When I click on the item, I want a call back to obtain the meta data related to that item and get it displayed.
this is what the item filter function does too?. Then why not add the functionality of this function to ListBoxValueChanged itself?

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

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품

질문:

2020년 5월 22일

댓글:

2020년 6월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by