remove the white space on table
5 ビュー (過去 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};
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1579511/image.png)
0 件のコメント
採用された回答
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
2024 年 1 月 1 日
I guess you will have to adjust the GridLayout or remove it. I don't know, I never use GridLayout.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File 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!