remove the white space on table

9 次查看(过去 30 天)
how to remove the white space next to the table drawn in the app designer?
app.UITable.Data=T;
app.UITable.ColumnName=["#";"Strategy Name";"First Date";"Last Date";"First trade";"Last trade";"NetProfit";"MaxDD";"# trades"];
app.UITable.ColumnWidth={30,400,80,80,80,80,80,80,80};

采纳的回答

Voss
Voss 2023-12-31
Adjust the ColumnWidth and/or width (i.e., Position(3)) of the uitable. The sum of the column widths should be about 16 pixels less than the width of the uitable, to allow space for the vertical slider.
  7 个评论
Voss
Voss 2024-1-1
I guess you will have to adjust the GridLayout or remove it. I don't know, I never use GridLayout.
Luca Re
Luca Re 2024-1-1
ok then I have to edit it manually thanks

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by