in GUI how can I make a text box to be multiline?

2 次查看(过去 30 天)

采纳的回答

Rik
Rik 2021-12-21
You should not be using GUIDE. See this thread.
You can set the max property to control the maximum number of lines.

更多回答(1 个)

Chunru
Chunru 2021-12-21
Use "uitextarea". The Value properties is cell array of strings so you can obtain the multiline text from ui.
  3 个评论
Rik
Rik 2021-12-21
Just a note: this is what you should use if you're using a uifigure instead of a figure. AppDesigner is based on uifigure and GUIDE is based on figure (although you can write your own GUI without GUIDE or AppDesigner and use either).

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by