UITable does not keep its size fixed when stretching the app window size
3 次查看(过去 30 天)
显示 更早的评论
Hi All
once I open my app window in Matlab, if I drag and stretch the window, the UITable in it can not comply with this size change, and white areas appear in it that enlarge with stretching. I used the following code in app startup , since the example in the help is for a specific case and is not usefull. but it still doesn't work
app.UITable.Position=[639,50,540,156];
2 个评论
Mohammad Sami
2020-5-11
Place the table inside a grid layout. It will auto resize when windows size is changed.
However if the content is not big enough to fill the space, you still see the white space.
回答(0 个)
另请参阅
类别
在 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!