Is it possible to change the arrow size in slider?

조회 수: 3 (최근 30일)
David Perrais
David Perrais 2021년 4월 1일
답변: Reshma Nerella 2022년 2월 3일
Since version 2018 (or perhaps earlier), the size of arrows in the sliders is very small. It was bigger in earlier versions of Matlab and easier to click on the arrows or on the cursor.
Here is a line defining a slider as it appears on the Figure:
uicontrol('callback','play11 goto','string','frame#','style','slider','position',[50,15,90,15],'max',size(M,3),'min',1,'value',1,...
'sliderstep',[1/(size(M,3)-1),10/(size(M,3)-1)],'tag','frame#');
I do not find which slider property which determines this size. Does it exist?

답변 (1개)

Reshma Nerella
Reshma Nerella 2022년 2월 3일
Hi,
Currently we don't support changing the arrow or thumb size of the slider. I have brought this issue to the notice of the concerned people and it might be considered for a future release.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by