GridLayout

버전 1.5.0.0 (12.5 KB) 작성자: Mihail Petrov
An intuitive and flexible layout manager
다운로드 수: 1.4K
업데이트 날짜: 2012/3/28

라이선스 보기

GridLayout was inspired by the GridBagLayout manager. It is equally flexible but more intuitive for my taste and it also requires less boilerplate code.

Each cell is a uicontainer and can hold only one child. Unlike GridBagLayout, children are added at creation time by passing the cell container handle as their parent. No 'Add' methods are needed, which reduces the amount of code.

Cell sizes can be specified in pixels or as relative values. Merging and removing cells are supported, as well as various alignment options: stretch, center, left, right, top, bottom.

The archive also includes demos illustrating the GridLayout capabilities . Bug reports and suggestion for improvement are very much appreciated. Download, unpack, and enjoy!

인용 양식

Mihail Petrov (2024). GridLayout (https://www.mathworks.com/matlabcentral/fileexchange/29472-gridlayout), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 App Building에 대해 자세히 알아보기
도움

도움 받은 파일: GridBagLayout

도움 준 파일: Sim.I.am

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.5.0.0

Forgotten to add ParseArgs and GetArg functions to the release.

1.4.0.0

Added support for:

1) axes with legends (as requested)

2) nested layouts (as requested)

3) automatic row/column sizing (experimental)

1.1.0.0

A few bugs were fixed and an additional demo added.

1.0.0.0