scroll bar on input dialog box
1 回表示 (過去 30 日間)
古いコメントを表示
I have a very large input box,which can ask the user to input around 30 values. The box is bigger than the screen of my computer so I'm not able to see all the inputs. Is it possible to add a scroll bar to this?
Thanks
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 4 月 30 日
Maybe. How is your input box constructed?
4 件のコメント
Walter Roberson
2011 年 4 月 30 日
You might also consider reducing the number of inputs in the dialog and using multiple dialogs.
Matt J
2014 年 5 月 19 日
inputdlg() has no provision for a scroll-bar in its code.
Aarrrgh. That's terrible!
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!