How to set defaults for GridLayout?

2 views (last 30 days)
Jan Kudlacek
Jan Kudlacek on 5 Jan 2022
Answered: Mohammad Sami on 5 Jan 2022
Dear colleagues
How can I set default values for GridLayout object? The code
get(groot, 'DefaultGridLayoutColumnSpacing', 0)
throws
Error using matlab.ui.Root/get
Too many input arguments.
Thank you
Jan Kudláček

Answers (1)

Mohammad Sami
Mohammad Sami on 5 Jan 2022
In this case I believe the only way to change the default column spacing is to edit the code shipped by matlab.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!